Internet Direct (Indy) Version 9.0.1 Beta
TIdFTPListItem.Data
Represents the text used for a file or directory entry in the listing.

property Data: String;
Description
Data is a String property that represents the raw textual data received for a file or directory entry from the LIST, NLST, or STAT command. Data is an individual line of text processed when TIdFTPList.LoadList is used to load directory entries in the container.

Data is used as the ItemName for the collection item when the ListFormat for the container is flfNoDetails. Data can be used in the TIdFTPList.OnParseCustomListFormat event handler to override the default parsing behavior when the ListFormat is flfCustom.