RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TEndUserAdapter.OnIsLoggedIn Event

Occurs when the adapter needs to indicate whether the current end user has logged in.

Pascal
property OnIsLoggedIn: TEndUserIsLoggedInEvent;
C++
__property TEndUserIsLoggedInEvent OnIsLoggedIn;

Write an OnIsLoggedIn event handler to provide the value of the LoggedIn field. When a server-side script (or a caller of the IWebEndUser interface) inquires whether the current user has logged in, TCustomEndUserAdapter generates an OnIsLoggedIn event to retrieve that information.

Note: If you do not supply an OnIsLoggedIn event handler, TCustomEndUserAdapter always returns false, indicating that the current end user has not logged in.
 

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