RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebUsers Namespace

This is namespace WebUsers.

Name 
Description 
The following table lists classes in this documentation. 
The following table lists structs, records, enums in this documentation. 
The following table lists types in this documentation. 
 
Name 
Description 
 
EUserIDNotFoundException is raised when a Web user list attempts to locate information about a user that is not in the list. 
 
EValidateUserException is raised when a Web user list fails to validate a user. 
 
EWebUsersListException is the base class for exceptions that TWebUserList raises. 
 
The TCustomWebUserList component uses a TWebUserItems object to store the account information about a collection of users. 
 
TWebUserItem stores the user identification, password, and access rights for a single user. 
 
TWebUserItems stores multiple sets of user information. 
 
TWebUserList validates login and checks access rights for a particular user. 
 
Name 
Description 
 
TValidateUserError indicates the type of problem that was encountered when trying to validate a user. 
Name 
Description 
TCheckAccessRightsEvent is the type for event handlers that check the current user's access rights against a rights string. 
TCheckAccessRightsHandledEvent is the type for event handlers that can potentially replace the built-in checking of a user's rights against an access string. 
TValidateUserErrorEvent is the type for event handlers that compensate for errors that occur when trying to validate a user that is logging in. 
TValidateUserEvent is the type for event handlers that respond immediately after a user is validated. 
TValidateUserHandledEvent is the type for event handlers that can validate a user that has just logged in. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!