RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseWebPageInfo.GetPageTitle Method

Returns the value of the PageTitle property.

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

GetPageTitle is the protected read implementation of the PageTitle property. It returns the title that is passed to the constructor. 

 

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