WebAdapt.TEndUserIsLoggedInEvent
From RAD Studio API Documentation
C++
typedef void __fastcall (__closure *TEndUserIsLoggedInEvent)(System::TObject* Sender, bool &IsLoggedIn);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| typedef | public | WebAdapt.hpp | WebAdapt | WebAdapt |
Description
TEndUserIsLoggedInEvent is the type for event handlers that indicate whether the current end user has logged in.
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.