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