Specifies an event handler signalled when a directory is found for the specified iterator.
Source position: fileutil.pas line 123
type TDirectoryFoundEvent = procedure( |
FileIterator: TFileIterator |
) of object; |
FileIterator |
|
File iterator with the directory information for the event. |
TDirectoryFoundEvent is an object procedure type which specifies an event handler signalled when a directory is located for the iterator in FileIterator.
TDirectoryFoundEvent is the type used to implement the TFileSearcher.OnDirectoryFound event handler. Applications can implement a procedure using the event signature to perform actions needed to process the directory in a FileIterator.
| Version 4.4 | Generated 2025-11-08 | Home |