RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseEndUserAdapter.CanProduceLoginPage Method

Determines whether there is a static login page or an automatically produced login page.

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

The CanProduceLoginPage returns true if there is a static login page, or if there is an event handler defined to automatically produce the login page. 

 

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