Internet Direct (Indy) Version 9.0.1 Beta
|
property UserNames [const AUserName: String]: TIdUserAccount;
When CaseSensitiveUsernames is True, the read access specifier for the property will consider case to be significant in comparing the user name values. When CaseSensitiveUsernames is False, AnsiSameText is used to perform the name comparison.
The return value for the property will be Nil when a user account cannot be located having the specified index value.
Use Items to access user accounts by their integer position in the collection.
Use Add to create a new user account in the collection.