Internet Direct (Indy)
Home
PreviousUpNext
TIdFSPListItems Class

Implements a container for items that make up the structured directory listing in an FSP client.

Pascal
TIdFSPListItems = class(TIdCollection);

TIdFSPListItems is a TIdCollection descendant that implements a container for items that make up the structured directory listing in an FSP client. 

TIdFSPListItems provides indexed access to Items in the collection returned as TIdFSPListItem instances. Additional methods are implmentetd to create new collection Items (Add) and to locate a specific TIdFSPListItem in the collection (IndexOf). 

TIdFSPListItems also provides protected methods that implement read and write access to the Items in the collection. 

Finally, TIdFSPListItems implements the ParseEntries method used to create a new collection item entry using values received in an FSP protocol response packet. 

TIdFSPListItems is the type used to represent the DirectoryListing property in the TIdFSP 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.