Internet Direct (Indy) Version 9.0.1 Beta
TIdFTP.OnCheckListFormat
Event handler signalled when preparing a formatted directory listing.

property OnCheckListFormat: TIdCheckListFormat;
Description
OnCheckListFormat is a TIdCheckListFormat property that represents the event handler signalled when the FTP client is prearing to parse the values for DirectoryListing in the List method. OnCheckListFormat can be used to override the default behavior when detecting the format of data returned in the List or Status methods.

Note: Applications must assign a procedure to the event handler to allow responding to the event notification. In addition, the DirectoryListing.ListFormat property must contain the value flfUnknown for the event handler to be signalled.

The OnCheckListFormat event handler can perform detection of data formats, and assign a new value to the TIdFTPListFormatlist format argument.