RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseEndUserAdapter.CanExecuteLogout Method

Determines if the user is logged in.

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

The CanExecuteLogout function calls ImplGetLoggedIn to determine if the user is logged in. If the user is logged in, this function returns true. 

 

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