Topic Path: Symbol Reference > Classes > TIdDBList Class > TIdDBList Properties > Items Property
ContentsIndexHome
PreviousUpNext
TIdDBList.Items Property

Allows index access to collection items in the container.

property Items [AIndex: Integer]: TIdDBInfo;

Items is a TIdDBInfo property that allows 0-based indexed access to collection items in the container for both read and write access. 

Items is the default property for the collection item. 

Use IndexOf to determine the index position for an existing collection item in the container. 

Use Add to create a new collection item in the container.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.