RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebUserList Class

TWebUserList validates login and checks access rights for a particular user.

Pascal
TWebUserList = class(TCustomWebUserList);
C++
class TWebUserList : public TCustomWebUserList;

Use TWebUserList, which contains a list of user names, passwords, and access rights, to validate login and to check a user's access rights. 

The TWebUserList component provides events that are triggered during the initial stages when a user is logging in, before and after the user is validated, before and after the user's access rights are checked, in the case of an error, and when detecting an invalid user. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!