Internet Direct (Indy) Version 9.0.2 Beta
|
property OnParseCustomListFormat: TIdOnParseCustomListFormat;
Applications can assign a procedure to the OnParseCustomListFormat event handler to enable parsing collection items in the DirectoryListing property when the FTP list format contains the value flfCustom. The event handler should examine values in TIdFTPListItem.Data to parse values for other TIdFTPListItem properties.
OnParseCustomListFormat is assigned to the OnParseCustomListFormat event handler for the DirectoryListing property prior to loading the content of the formatted directory listing.