RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TEndUserAdapter.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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!