RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebPageInfo.Factory Property

Specifies the factory object that creates instances of the Web page module this object describes.

Pascal
C++
__property TAbstractWebPageModuleFactory Factory;

Factory indicates the factory object that creates instances of the associated Web page module. If the associated Web page module is also the Web application module, Factory is an instance of TWebAppPageModuleFactory. Otherwise, it is an instance of TWebPageModuleFactory.  

This property is set by the factory object's constructor. 

 

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