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

Provides indexes access to authentication class instances in the collection.

property Items [AIndex: Integer]: TIdAuthenticationItem;

Items is an indexed TIdAuthenticationItem property that provides access to the items in the collection by the integer value in Index. 

Reading a collection item in a specified position returns the item as a TIdAuthenticationItem object instance. Writing a TIdAuthenticationItem to specified position calls the Assign method for the collection item to store the new value(s). 

Use Add to create a new TIdAuthenticationItem collection item.

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