RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseEndUserAdapter.CanExecuteLoginForm Method

Determines if there is a static login page.

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

The CanExecuteLoginForm calls CanProduceLoginPage to determine if there is a static login page, or if one can be generated. Then if the user is not already logged in, this function returns true. If the login page cannot be produced or the user is already logged in, then this function returns false. 

 

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