RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomLoginFormAdapter.UserList Method

Returns the interface of the WebSnap application's Web user list.

Pascal
function UserList: IWebUserList;
C++
__fastcall IWebUserList UserList();

TCustomLoginFormAdapter uses UserList internally to interact with the WebSnap application's Web user list. For example, the login form adapter calls the ValidateUser method on this interface when validating the user name and password. 

UserList returns the interface of a Web user list such as TWebUserList. If the WebSnap application does not include a Web user list, UserList returns nil (Delphi) or NULL (C++). 

 

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