Topic Path: Symbol Reference > Classes > TIdDBList Class > TIdDBList Methods > Add Method
ContentsIndexHome
PreviousUpNext
TIdDBList.Add Method

Adds an item to the collection.

function Add: TIdDBInfo;

TIdDBInfo - Collection item added to the container.

Add is a TIdDBInfo function used to add a collection item to the container. 

Add calls the inherited Add method, and returns a TIdDBInfo instance for the new collection item. 

Use Items read or write a collection item in the container using its ordinal position. 

Use IndexOf to determine the odinal position of a specified 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.