RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomEndUserSessionAdapter.ExecuteLogin Method

Logs in an end user.

Pascal
procedure ExecuteLogin(AUserID: Variant); override;
C++
virtual __fastcall ExecuteLogin(Variant AUserID);

ExecuteLogin is the implementation of the Login action. When a server-side script executes the login action, it generates a call to ExecuteLogin to start the login process.  

In TCustomEndUserAdapter, ExecuteLogin assigns the supplied user ID to the UserID property, which saves the current user ID with the current session. 

AUserID is the user ID of the user to log in. 

 

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