RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebPageInfo.SetFactory Method

Sets the value of the Factory property.

Pascal
procedure SetFactory(AFactory: TAbstractWebPageModuleFactory); virtual;
C++
virtual __fastcall SetFactory(TAbstractWebPageModuleFactory AFactory);

SetFactory is the protected write implementation of the Factory property. 

AFactory is the Web page module factory object that instantiates the Web page module that this object describes. 

 

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