RAD Studio VCL Reference
|
Occurs when the adapter needs to indicate whether the current end user has logged in.
property OnIsLoggedIn: TEndUserIsLoggedInEvent;
__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.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|