Internet Direct (Indy)
|
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.
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. |