[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'FileUtil' (#lazutils)

TListDirectoriesSearcher

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

Stores directory names matching a given search criteria in a TStrings class instance.

Declaration

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;

Inheritance

TListDirectoriesSearcher

  

Stores directory names matching a given search criteria in a TStrings class instance.

|

TFileSearcher

  

Implements an iterator used to search for files or directories.

|

TFileIterator

  

Implements an iterator for file and directory names on the local file system.

|

TObject

Description

TListDirectoriesSearcher is a TFileSearcher descendant used to store directory names matching the specified search criteria in a TStrings class instance.