Unit 'cySearchFiles' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_cindy]

TcyCustomSearchFiles

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

Declaration

Source position: cySearchFiles.pas line 96

type TcyCustomSearchFiles = class(TComponent)

protected

  function SearchRecValidateFile; virtual;

  

  function SearchRecValidateFolder; virtual;

  

  procedure SearchRecExitFolder; virtual;

  

  procedure SearchRecAcceptedFile(); virtual;

  

  procedure Terminate;

  

  property ActiveSearchRec: TSearchRecInstance; [r]

  

  property Aborted: Boolean; [r]

  

  property CurrentFileName: string; [r]

  

  property CurrentDirectory: string; [r]

  

  property MatchedDirectories: Integer; [r]

  

  property MatchedFiles: Integer; [r]

  

  property SearchState: TSearchState; [r]

  

  property FileAttributes: TcyFileAttributes; [rw]

  

  property DirectoryInclude: TStrings; [rw]

  

  property DirectoryExclude: TStrings; [rw]

  

  property MaskInclude: TStrings; [rw]

  

  property MaskExclude: TStrings; [rw]

  

  property FromPath: string; [rw]

  

  property Options: TOptions; [rw]

  

  property SubDirectories: Boolean; [rw]

  

  property OnAbort: TNotifyEvent; [rw]

  

  property OnPause: TNotifyEvent; [rw]

  

  property OnResume: TNotifyEvent; [rw]

  

  property OnValidateFile: TProcOnValidateFileEvent; [rw]

  

  property OnValidateDirectory: TProcOnValidateDirectoryEvent; [rw]

  

  property OnExitDirectory: TNotifyEvent; [rw]

  

  property OnTerminate: TNotifyEvent; [rw]

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function Abort;

  

  function Pause;

  

  function Resume;

  

  function Execute; virtual;

  

end;

Inheritance

TcyCustomSearchFiles

  

|

TObject



CT Web help

CodeTyphon Studio