Indy 9
TIdCreateFTPList
See Also, Unit: IdFTP
Event type signalled when creating a collection for FTP directory listing items.
TIdCreateFTPList = procedure (ASender: TObject; Var VFTPList: TIdFTPListItems) of object;
Unit
IdFTP
Parameters
ASender
FTP component generating the event notification.
VFTPList
Collection used for the directory listing.
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.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.