RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebUserList Class

The TCustomWebUserList component uses a TWebUserItems object to store the account information about a collection of users.

Pascal
TCustomWebUserList = class(TComponent, IWebUserList);
C++
class TCustomWebUserList : public TComponent, public IWebUserList;

WebUsers

The TCustomWebUserList component uses a TWebUserItems object to store the account information about a collection of users. It also provides a way to save and load the user list from a file. Several events are triggered at stages that occur when a user is logging in that allow checks to be performed during the user validation process, including the verification of user rights. 

 

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