Class TRecentFiles (unit recentFiles)

Inherits from

TComponent

Constructors


constructor create(AOwner:TComponent);

Public declarations


Functions

procedure addfile(newfile: string);


destructor destroy;


procedure readfromIni;


procedure writetoIni;

weil addfile an erste stelle addiert

procedure ItemClick(sender:tobject);


procedure SetMenuItem(NewItem:TMenuItem);

an erste stelle

Properties

property IniFileName : string

Published declarations

property Max : integer


property MenuItem : TMenuItem


Events

event OnItemClick : TOnItemClickEvent


Variables

fExistingFilesOnly : boolean;


fIniFileName : string;

Protected declarations

fmax : integer;


fMenuItem : TMenuItem;


fOnItemClick : TOnItemClickEvent;



Constructors


constructor create(AOwner:TComponent);

Public declarations


Functions


procedure addfile(newfile: string);


destructor destroy;


procedure readfromIni;


procedure writetoIni;

weil addfile an erste stelle addiert


procedure ItemClick(sender:tobject);


procedure SetMenuItem(NewItem:TMenuItem);

an erste stelle


Properties


property IniFileName : string

Published declarations


property Max : integer


property MenuItem : TMenuItem


Events


event OnItemClick : TOnItemClickEvent


Variables


fExistingFilesOnly : boolean;


fIniFileName : string;

Protected declarations


fmax : integer;


fMenuItem : TMenuItem;


fOnItemClick : TOnItemClickEvent;