RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebModuleFactory.GetWebPageInfo Method

Returns the value of the WebPageInfo property.

Pascal
function GetWebPageInfo: TAbstractWebPageInfo; virtual;
C++
virtual __fastcall TAbstractWebPageInfo GetWebPageInfo();

GetWebPageInfo is the protected read implementation of the WebPageInfo property. 

In TAbstractWebModuleFactory, GetWebPageInfo always returns nil (Delphi) or NULL (C++). Descendant classes that represent the factories for Web page modules override this method to return the Web page information object that describes the module's Web page. 

 

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