RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebPageInfo.IsLoginRequired Property

Indicates whether callers must log in before accessing the associated Web page.

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

Read IsLoginRequired to determine whether users must log in before accessing the associated Web page. The page dispatcher component (TPageDispatcher) checks this value to determine whether it can forward requests to the associated Web page when the caller has not yet logged in. The application can overrule the IsLoginRequired property by supplying an OnIsLoginRequired event handler to the page dispatcher. 

In TAbstractWebPageInfo, IsLoginRequired is always false. Descendant classes override this property, initializing it to a value that is passed to the constructor. 

 

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