RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebPageInfo.GetIsPublished Method

Returns the value of the IsPublished property.

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

GetIsPublished is the protected read implementation of the IsPublished property. 

In TAbstractWebPageInfo, GetIsPublished always returns false. Descendant classes override this method to indicate when the page dispatcher can automatically forward HTTP request messages that address the associated Web module. 

 

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