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

TDirectoryEnterEvent

Specifies an event handler signalled when a new directory is processed with the specified iterator.

Declaration

Source position: fileutil.pas line 123

type TDirectoryEnterEvent = procedure(

  FileIterator: TFileIterator

) of object;

Arguments

FileIterator

  

File iterator with the directory information for the event.

Description

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 3.2 Generated 2024-02-25 Home