Show: Delphi
C++
Display Preferences
WebUsers
From XE2 API Documentation
Classes
| EUserIDNotFoundException | EUserIDNotFoundException is raised when a Web user list attempts to locate information about a user that is not in the list. |
| EValidateUserException | EValidateUserException is raised when a Web user list fails to validate a user. |
| EWebUsersListException | EWebUsersListException is the base class for exceptions that TWebUserList raises. |
| TCustomWebUserList | The TCustomWebUserList component uses a TWebUserItems object to store the account information about a collection of users. |
| TWebUserItem | TWebUserItem stores the user identification, password, and access rights for a single user. |
| TWebUserItems | TWebUserItems stores multiple sets of user information. |
| TWebUserList | TWebUserList validates login and checks access rights for a particular user. |
Types
| TCheckAccessRightsEvent | TCheckAccessRightsEvent is the type for event handlers that check the current user's access rights against a rights string. |
| TCheckAccessRightsHandledEvent | TCheckAccessRightsHandledEvent is the type for event handlers that can potentially replace the built-in checking of a user's rights against an access string. |
| TValidateUserError | TValidateUserError indicates the type of problem that was encountered when trying to validate a user. |
| TValidateUserErrorEvent | TValidateUserErrorEvent is the type for event handlers that compensate for errors that occur when trying to validate a user that is logging in. |
| TValidateUserEvent | TValidateUserEvent is the type for event handlers that respond immediately after a user is validated. |
| TValidateUserHandledEvent | TValidateUserHandledEvent is the type for event handlers that can validate a user that has just logged in. |
Constants
| vuBlankPassword | vuBlankPassword: TValidateUserError = vuBlankPassword; |
| vuBlankUserName | vuBlankUserName: TValidateUserError = vuBlankUserName; |
| vuUnknownPassword | vuUnknownPassword: TValidateUserError = vuUnknownPassword; |
| vuUnknownUserName | vuUnknownUserName: TValidateUserError = vuUnknownUserName; |