| [Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Stores directory names matching a given search criteria in a TStrings class instance.
Source position: fileutil.pas line 174
type TListDirectoriesSearcher = class(TFileSearcher) |
||
protected |
||
procedure DoDirectoryFound; override; |
|
Performs actions needed to add a directory path to the list of matches for the searcher. |
public |
||
constructor Create(); |
|
Constructor for the class instance. |
end; |
|
Stores directory names matching a given search criteria in a TStrings class instance. |
|
| | | ||
|
Implements an iterator used to search for files or directories. |
|
| | | ||
|
Implements an iterator for file and directory names on the local file system. |
|
| | | ||
TObject |
TListDirectoriesSearcher is a TFileSearcher descendant used to store directory names matching the specified search criteria in a TStrings class instance.