RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebPageInfo.GetPageDescription Method

Returns the value of the PageDescription property.

Pascal
function GetPageDescription: string; virtual;
C++
virtual __fastcall AnsiString GetPageDescription();

GetPageDescription is the protected read implementation of the PageDescription property. 

In TAbstractWebPageInfo, GetPageDescription returns the value of the PageName property. Descendant classes override this method to allow page descriptions that differ from the Web page's logical name. 

 

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