[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions needed to accept or reject a directory name processed in the Search method.
Source position: fileutil.pas line 150
protected procedure TFileSearcher.DoQueryDirectoryEnter( |
const Dir: string; |
var Accept: Boolean |
); |
Dir |
|
Directory name passed to the OnQueryDirectoryFound event handler. |
Accept |
|
Returns True if the specified directory can be used. Returns False if the specified directory should be omitted. |
DoQueryDirectoryEnter signals the OnQueryDirectoryEnter event handler (when assigned) to allow the application to decide if the Dir argument contains a directory name which can be used in the class. An application must implement and assign a handler routine to OnQueryDirectoryEnter to respond to the notification.
OnQueryDirectoryEnter is called during execution of the Search method when a directory name is detected and accepted using the search path and search mask passed to the method. Set Accept to True if the directory name can be used in the class to signal the OnDirectoryEnter event handler.
|
Event handler signalled to accept or reject a subdirectory in the Search method. |
|
|
Event handler signalled when a new directory is processed in the Search method. |
|
|
Event handler signalled to accept or reject a file name found using the class. |
|
|
Event handler signalled when a file matching the file mask is found in the Search method. |
|
|
File attribute needed for any file considered a match in the Search method. |
|
|
File attribute needed for directories considered a match in the Search method. |
|
|
Indicates if a search process directory paths that are symbolic links. |
|
|
Character used as a delimiter between directory paths. |
|
|
Character used as a delimiter between file masks. |
|
|
Stops the search process. |
Version 4.0 | Generated 2025-05-03 | Home |