RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomEndUserAdapter.ExecuteLogin Method

Generates an OnLogin event.

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. TCustomEndUserAdapter responds by generating an OnLogin event, where you can take whatever action is necessary to log in the specified user. 

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

 

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