RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseEndUserAdapter.ExecuteLogin Method

Starts the server-side login process.

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

The ExecuteLogin function is called from sever-side script to start the login process. This base class version of the function is empty. A customized overridden version of this function can be written to do specific login processing for the application. 

 

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