RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebPageInfo.PageName Property

Denotes the logical name for the Web page that the associated module generates

Pascal
property PageName: string;
C++
__property AnsiString PageName;

Read PageName to determine the name of the associated Web page. This name is used to identify that page in server-side scripts, and as the pathinfo portion of the URL for the page when the IsPublished property is true.  

In TAbstractWebPageInfo, the property read access method for PageName is abstract pure virtual. Descendant classes must override the protected GetPageName method to provide an implementation for this property. 

 

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