[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Event handler signalled to accept or reject a subdirectory in the Search method.
Source position: fileutil.pas line 166
public property TFileSearcher.OnQueryDirectoryEnter : TQueryDirectoryFoundEvent |
OnQueryDirectoryEnter is a TQueryDirectoryFoundEvent property signalled when a recursive directory search is performed in the Search method. It allows an application to accept or reject a directory name on a case-by-case basis even though it matches the path and mask provided to Search.
Arguments passed to the event handler include information about the current file system entry, the name for the directory, and a variable argument which indicates whether the directory is accepted or rejected. See TQueryDirectoryFoundEvent for more information.
OnQueryDirectoryEnter is signalled (when assigned) from the Search method, and occurs when subdirectory searches have been enabled in the method.
Use OnQueryFileFound to accept or reject individual file names processed in the Search method.
Added in LCL version 4.0.
|
Searches for files or directories in the specified path(s) using the specified options. |
|
|
Event handler signalled to accept or reject a file name found using the class. |
|
|
Specifies an event handler signalled when a directory name matching a search criteria is found in TFileSearcher. |
Version 4.0 | Generated 2025-05-03 | Home |