RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IPageDispatcher.GetLoginRequired Method

Indicates whether a user must log in before accessing a specified Web page.

Pascal
function GetLoginRequired(const APageName: string): Boolean;
C++
__fastcall Boolean GetLoginRequired(const AnsiString APageName);

Call GetLoginRequired to check whether users must log in before accessing a specified Web page. GetLoginRequired can check the Web page information object for the target Web page, but can also use other means (such as an event handler) to obtain this information. 

APageName is the name of the Web page to check whether it requires users to first log in. 

 

GetCanView 

IsLoginRequired 

OnIsLoginRequired

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