Internet Direct (Indy) Version 9.0.2 Beta
TIdUserAccounts.CaseSensitiveUsernames
Indicates if case is significant when accessing user accounts by user name.

property CaseSensitiveUsernames: Boolean;
Description
CaseSensitiveUsernames is a Boolean property that indicates if case is significant when accessing user accounts in the collection using UserNames.

When CaseSensitiveUsernames is True, the read access specifier for the UserNames 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.

Use CaseSensitivePasswords to indicate if caser is significant when verifying user account credentials in the collection.