Internet Direct (Indy) Version 9.0.1 Beta
|
property Items [const AIndex: Integer]: TIdUserAccount;
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.