Internet Direct (Indy)
Home
PreviousUpNext
TIdFTPListItem.Data Property

Data from a directory listing response used to populate properties in the collection item.

Pascal
property Data: string;

Data is a String property that represents the values from a directory listing response used to populate properties in the collection item. 

Values in the Data property are assigned when the registered ListParserClass for the FTP client calls its' ParseListing method. Values assigned to the Data property are subsequently used when the ListParserClass for the FTP client calls its' ParseLine method.

TIdFTPListBase.ParseListing 

TIdFTPListBase.ParseLine 

ListParserClass

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.