RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWebPageInfo.LoginRequired Property

Indicates whether callers must log in before accessing this Web page.

Pascal
property LoginRequired: Boolean;
C++
__property Boolean LoginRequired;

Read LoginRequired to determine whether users must log in before they can access this Web page. The application can overrule the LoginRequired property by supplying an OnIsLoginRequired event handler to the page dispatcher. 

 

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