RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebPageInfo.IsPublished Property

Indicates whether the WebSnap application automatically displays the associated page in response to request messages where the pathinfo portion of the target URL matches PageName.

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

Read IsPublished to determine whether the page dispatcher (TPageDispatcher) automatically calls on the associated Web page module when it receives HTTP request messages that address it by name. HTTP request messages address a Web page module when the pathinfo portion of their target URL matches the value of the PageName property. 

When IsPublished is false, the WebSnap application must explicitly retrieve the content that the Web page module generates in order to use the Web page module.  

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

 

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