RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebPageInfo.GetPageFile Method

Returns the value of the PageFile property.

Pascal
function GetPageFile: string; virtual; abstract;
C++
virtual __fastcall AnsiString GetPageFile() = 0;

GetPageFile is the protected read implementation of the PageFile property. 

In TAbstractWebPageInfo, GetPageFile is abstract or, in C++ terminology, pure virtual. Descendant classes must override this method to provide an implementation for the PageFile property. 

 

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