Specifies an event handler signalled when a new directory is processed with the specified iterator.
Source position: fileutil.pas line 124
type TDirectoryEnterEvent = procedure( |
FileIterator: TFileIterator |
) of object; |
FileIterator |
|
File iterator with the directory information for the event. |
TDirectoryEnterEvent is an object procedure type which specifies an event handler signalled when a new directory is processed for the iterator in FileIterator.
TDirectoryEnterEvent is the type used to implement the TFileSearcher.OnDirectoryEnter event handler. Applications can implement a procedure using the event signature to perform actions needed to process the directory in a FileIterator.
| Version 4.6 | Generated 2026-02-20 | Home |