Internet Direct (Indy) Version 9.0.2 Beta
TIdCreateFTPList
Event type signalled when creating a collection for FTP directory listing items.

TIdCreateFTPList = procedure (ASender: TObject; Var VFTPList: TIdFTPListItems) of object;
Description
TIdCreateFTPList is an event type signalled when TIdFTP creates a new instance of TIdFTPList to be used for storing the results of an FTP LIST command. TIdCreateFTPList is the event type for the TIdFTP.OnCreateFTPList event handler, and allows the FTP client to control creating and assigning default values in the DirectoryListing for the FTP component.