Internet Direct (Indy) Version 9.0.2 Beta
TIdFTPListItems.ParseCustom
This procedure triggers the IdFTPList.OnParseCustomListFormat event.

procedure ParseCustom(AItem: TIdFTPListItem); virtual;
Parameters
AItem: TIdFTPListItem
The item that is to be parsed.

Description
This procedure triggers the TIdFTPList.OnParseCustomListFormat event. This event is used to provide custom parsing code. This is sometimes required if a developer needs to support some unusual directory listing formats.

If no TIdFTPList.OnParseCustomListFormat event is provided, an EIdInvalidFTPListingFormat exception is raised.