|
RAD Studio VCL Reference
|
Generates an OnLogout event.
procedure ExecuteLogout; override;
virtual __fastcall ExecuteLogout();
ExecuteLogout is the implementation of the Logout action. When a server-side script executes the logout action, it generates a call to ExecuteLogout. TCustomEndUserAdapter responds by generating an OnLogout event, where you can take whatever action is necessary to log the specified user out.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|