Internet Direct (Indy)
Home
PreviousUpNext
TIdFTPListItems Class

Implements a container for items used in the structured directory listing in the Indy FTP client.

Pascal
TIdFTPListItems = class(TIdCollection);

TIdFTPListItems is a TIdCollection descendant that implements a container for items used in the structured directory listing in the Indy FTP client. 

TIdFTPListItems is used to access, store, and maintain TIdFTPListItem instances in the collection created using the Add method. TIdFTPListItems provides indexed access to the Items in the collection by their ordinal position, and also allows locating a specific TIdFTPListItem object instance using the IndexOf method. 

TIdFTPListItems introduces the DirectoryName property that can be used to identify the directory on the remote FTP server represented by Items in the collection. 

TIdFTPListItems is the type used to implement the DirectoryListing property in the TIdFTP client. 

TIdFTPListItems instances are also passed as an argument to the ExtListItem and OnCreateFTPList methods in the FTP client.

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.