RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebPageInfo.GetPageTitle Method

Returns the value of the PageTitle property.

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

GetPageTitle is the protected read implementation of the PageTitle property. 

In TAbstractWebPageInfo, GetPageTitle returns the value of the PageName property. Descendant classes override this method to allow Web pages to have titles that differ from their logical name. 

 

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