RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebPageInfo.GetIsLoginRequired Method

Returns the value of the IsLoginRequired property.

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

GetIsLoginRequired is the protected read implementation of the IsLoginRequired property. 

In TAbstractWebPageInfo, GetIsLoginRequired always returns false. Descendant classes override this method to indicate when users must log in to access the associated Web page. 

 

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