Internet Direct (Indy)
Home
PreviousUpNext
TIdDBList.Items Property

Allows index access to collection items in the container.

Pascal
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.

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.