RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomEndUserAdapter.OnLogout Event

Occurs when the current user logs out.

Pascal
property OnLogout: TNotifyEvent;
C++
__property TNotifyEvent OnLogout;

Write an OnLogout event handler to allow the TCustomEndUserAdapter object to log users out. When a server-side script attempts to log a user out, TCustomEndUserAdapter generates an OnLogout event to perform whatever steps are involved in the logout process.

Note: If you do not supply an OnLogin event handler, TCustomEndUserAdapter does nothing to log users out.
 

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