Internet Direct (Indy) Version 9.0.1 Beta
TIdFTP.OnParseCustomListFormat
Event handler to use for custom parsing of a formatted Directory listing.

property OnParseCustomListFormat: TIdParseCustomListFormat;
Description
OnParseCustomListFormat is a TIdParseCustomListFormat property that represents the event handler used to parse data values returned by the List or Status methods. OnParseCustomListFormat allows customized parsing of values in TIdFTPListItem.Data, when the data format is not supported by TIdFTPList.

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.