RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebPageInfo.GetPageHREF Method

Returns the value of the PageHREF property.

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

GetPageHREF is the protected read implementation of the PageHREF property. 

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

 

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