Internet Direct (Indy) Version 9.0.2 Beta
TIdUserAccounts
Implements a container for user accounts maintained by a user manager.

TIdUserAccounts = class(TOwnedCollection)
Description
TIdUserAccounts is a TOwnedCollection descendant that implements a container for TIdUserAccount items maintained for the TIdUserManager in a server implementation.

TIdUserAccounts extends the ancestor to provide indexed access to object instances in Items using the Username for the account, and reintroduces the Add method for creating new TIdUserAccount instances to be stored in Items.

TIdUserAccounts also includes properties that indicate if case sensitivity is required when accessing Username or Password properties in the TIdUserAccount instances in Items or UserNames.

TIdUserAccounts is the type used to represent the TIdUserManager.Accounts property.