Internet Direct (Indy) Version 9.0.1 Beta
TIdFTPListItems.ListFormat
Indicates the directory listing format used when parsing in TIdFTPList.LoadList.

property ListFormat: TIdFTPListFormat;
Description
ListFormat is a TIdFTPListFormat property that indicates the type of directory listing format that should be used when loading the directory listing with the LoadList method. ListFormat us ised in Parse to determine the appropriate parsing mechanism for directory entries in the collection.

ListFormat normally contains the the value returned by the TIdFTPList.CheckListFormat method.

The default value for ListFormat is flfUnix, as assigned in the Create constructor.