RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseEndUserAdapter.GetLoggedInValue Method

Determines if the user is logged in.

Pascal
function GetLoggedInValue: Boolean; virtual;
C++
virtual __fastcall Boolean GetLoggedInValue();

The GetLoggedInValue function is called from server-side script to determine if the user is logged in. This base class version of the function always returns false. A customized overridden version could be written specifically for your application. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!