Show: Delphi
C++
Display Preferences
Web.WebCntxt.IWebEndUser.LogIn
From XE2 API Documentation
Delphi
procedure LogIn(UserID: Variant);
C++
virtual void __fastcall LogIn(const System::Variant &UserID) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Web.WebCntxt.pas Web.WebCntxt.hpp |
Web.WebCntxt | IWebEndUser |
Description
Logs in a specified user.
Call LogIn to record a user as logged in. Typically, LogIn is called in response to a message from the login page that ProduceLoginPage generates.
UserID is the identifier of the user that logged in. It is the value of the UserID property of the entry for the user in a WebUserList component, or, in applications that implement their own login scheme, any other Variant that identifies an end user.