Unit 'FileReferenceList' Package
[Overview][Types][Classes][Index] [#bs_utils]

TFileReferenceList

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: filereferencelist.pas line 59

type TFileReferenceList = class

public

  constructor Create;

  

  destructor Destroy; override;

  

  procedure Clear;

  

  procedure BeginUpdate;

  

  procedure EndUpdate;

  

  procedure AddFilename();

  

  procedure RemoveFilename();

  

  function GetFileReference();

  

  function CreateSearchPathFromAllFiles;

  

  function CreateFileList;

  

  property TimeStamp: Integer; [r]

  

  property OnChanged: TNotifyEvent; [rw]

  

  property UpdateLock: Integer; [r]

  

end;

Inheritance

TFileReferenceList

  

|

TObject



CT Web help

CodeTyphon Studio