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

Adds a new authentication item to the collection.

function Add: TIdAuthenticationItem;

Add is a TIdAuthenticationItem function used to create new object instances in the Items property for the collection. Add creates a new instance of the ItemClass for the collection, TIdAuthenticationItem, with the collection as the owner of the item. 

Use Items for read and write access to exisiting object instances in the collection.

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