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;

WebUsers

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. 

 

TWebUserItems 

TWebUserItem 

Adding Login Support

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!