RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebAdapt.TEndUserIsLoggedInEvent Type

TEndUserIsLoggedInEvent is the type for event handlers that indicate whether the current end user has logged in.

Pascal
TEndUserIsLoggedInEvent = procedure (Sender: TObject; var IsLoggedIn: Boolean) of object;
C++
(Sender: TObject; var IsLoggedIn: Boolean) ( TEndUserIsLoggedInEvent)();

TEndUserIsLoggedInEvent is the type for event handlers of an adapter that indicate whether the current end user has logged in. 

Sender is the end user adapter. 

IsLoggedIn returns true of the current user has logged in, false if the current user has not logged in. 

 

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