[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Class for searching files.
Source position: fileutil.pas line 151
type TFileSearcher = class(TFileIterator) |
||
protected |
||
procedure DoDirectoryEnter; virtual; |
|
|
procedure DoDirectoryFound; virtual; |
|
|
procedure DoFileFound; virtual; |
|
|
public |
||
constructor Create; |
|
Creates new file searcher object. |
procedure Search(); |
|
Searches for files in specified path with passed options. |
property OnDirectoryFound: TDirectoryFoundEvent; [rw] |
|
Is invoked when directory is found. |
property OnFileFound: TFileFoundEvent; [rw] |
|
Is invoked when file is found. |
end; |
|
Class for searching files. |
|
| | ||
|
Class for getting info about found file or directory. |
|
| | ||
TObject |
lazarus-ccr.sourceforge.net |