RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebModuleFactory.WebPageInfo Property

Describes the attributes of the Web page that the corresponding Web module generates, if any.

Pascal
property WebPageInfo: TAbstractWebPageInfo;
C++
__property TAbstractWebPageInfo WebPageInfo;

When the Web module that the factory object creates can generate a Web page, WebPageInfo describes the attributes of the Web page, such as its name, title, access rights, and so on. This information is stored in the Web module factory so that it is available even when there is no current instance of the Web module. 

When the Web module that the factory object creates does not generate a Web page, WebPageInfo is nil (Delphi) or NULL (C++). 

 

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