RAD Studio VCL Reference
|
Starts the server-side login process.
procedure ExecuteLogin(AUserID: Variant); virtual;
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!
|