Internet Direct (Indy) Version 9.0.2 Beta
TIdUserAccounts.Items
Provides access to user accounts by their position in the collection.

property Items [const AIndex: Integer]: TIdUserAccount;
Description
Items is an indexed TIdUserAccount property that provides access to user accounts in the collection by the integer position specified in AIndex.

Items provides a read access specifier to insure that the collection item is a TIdUserAccount object instance. Items provides a write access specifier to store a user account at the specified integer position in the collection.

Use UserNames to access user accounts in the collection using the value for the UserName property.