RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWebUserList Interface

IWebUserList is the interface for validating user logins and access rights.

Pascal
IWebUserList = interface;
C++
__interface IWebUserList;

The TWebUserList component implements IWebUserList. This interface, which the TWebAppComponents object publishes, allows the WebSnap application to check whether a user supplied the correct password when logging in and whether the user has rights to perform the operation requested in an HTTP request message.

Note: In C++, method declarations that use IWebUserList use the _di_IWebUserList type instead. This type is a DelphiInterface wrapper around the IWebUserList interface:
Note: typedef System::DelphiInterface< IWebUserList > _di_IWebUserList;
 

 

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