Show: Delphi C++
Display Preferences

WebUsers

From XE2 API Documentation
Jump to: navigation, search


Classes

EUserIDNotFoundExceptionEUserIDNotFoundException is raised when a Web user list attempts to locate information about a user that is not in the list.
EValidateUserExceptionEValidateUserException is raised when a Web user list fails to validate a user.
EWebUsersListExceptionEWebUsersListException is the base class for exceptions that TWebUserList raises.
TCustomWebUserListThe TCustomWebUserList component uses a TWebUserItems object to store the account information about a collection of users.
TWebUserItemTWebUserItem stores the user identification, password, and access rights for a single user.
TWebUserItemsTWebUserItems stores multiple sets of user information.
TWebUserListTWebUserList validates login and checks access rights for a particular user.

Types

TCheckAccessRightsEventTCheckAccessRightsEvent is the type for event handlers that check the current user's access rights against a rights string.
TCheckAccessRightsHandledEventTCheckAccessRightsHandledEvent is the type for event handlers that can potentially replace the built-in checking of a user's rights against an access string.
TValidateUserErrorTValidateUserError indicates the type of problem that was encountered when trying to validate a user.
TValidateUserErrorEventTValidateUserErrorEvent is the type for event handlers that compensate for errors that occur when trying to validate a user that is logging in.
TValidateUserEventTValidateUserEvent is the type for event handlers that respond immediately after a user is validated.
TValidateUserHandledEventTValidateUserHandledEvent is the type for event handlers that can validate a user that has just logged in.

Constants

vuBlankPasswordvuBlankPassword: TValidateUserError = vuBlankPassword;
vuBlankUserNamevuBlankUserName: TValidateUserError = vuBlankUserName;
vuUnknownPasswordvuUnknownPassword: TValidateUserError = vuUnknownPassword;
vuUnknownUserNamevuUnknownUserName: TValidateUserError = vuUnknownUserName;


Personal tools
Previous Versions
Translations