RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseEndUserAdapter.ExecuteLogout Method

Performs server-side logout.

Pascal
procedure ExecuteLogout; virtual;
C++
virtual __fastcall ExecuteLogout();

The ExecuteLogout function is called from server-side script to perform the logout process. This base class version of the function is empty. A customized overridden version of this function can be written to do specific logout processing for the application. 

 

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