RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomEndUserAdapter.ExecuteLogout Method

Generates an OnLogout event.

Pascal
procedure ExecuteLogout; override;
C++
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!