Indy 9
TIdCheckListFormat
See Also, Unit: IdFTP
Event type signalled to determine the format of data in FTP LIST results.
TIdCheckListFormat = procedure (ASender: TObject; const ALine: String; Var VListFormat: TIdFTPListFormat) of object;
Unit
IdFTP
Parameters
ALine
Data from the LIST results to be examined.
ASender
FTP componment generating the event notification.
VListFormat
List format used for the examined data.
Description
TIdCheckListFormat is a an event type signalled when TIdFTP needs to load the results from the FTP LIST command into a formatted directory listing. TIdCheckListFormat is the event type for the TIdFTP.OnCheckListFormat event handler, and is used to examine a content line in the results from the LIST command to determine the TIdFTPListFormat used in values.

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