Indy 9
|
TIdOnGetCustomListFormat = procedure (ASender: TIdFTPServer; AItem: TIdFTPListItem; var VText: string) of object;
AItem is a TIdFTPListItem that provides a container for the raw data for the directory listing item.
VText is the textual value return as a result of the custom parsin routine.
Applications must assign a procedure to an event handler to allow reposnding to the event notification.