WebUsers.TWebUserList
Contents |
Delphi Information
From WebUsers.pas
TWebUserList = class(TCustomWebUserList)
Unit: WebUsers
Type: class
Inherited Class Members: WebUsers.TWebUserList Members
C++ Information
From WebUsers.hpp
TWebUserList = class(TCustomWebUserList)
Unit: WebUsers
Type: class
Inherited Class Members: WebUsers.TWebUserList Members
Class Constructors & Destructors: WebUsers.TWebUserList Constructors
Description
TWebUserList validates login and checks access rights for a particular user.
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.