Indy 9
|
TIdOnParseCustomListFormat = procedure (AItem: TIdFTPListItem) of object;
TIdOnParseCustomListFormat is used when TIdFTPListItems.Parse is used to parse a directory item when TIdFTPListItems.ListFormat contains the value flfCustom.
AItem is a TIdFTPListItem argument that contains both the raw data for the item, and the property values for the item after the custom parsing routine has been completed.
Application must assign a procedure to an event handler to allow responsing to the event notification. THe procedure should use the values in TIdFTPListItem.Data to extract the property values for AItem from the unknown FTP listing format.