RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseWebPageInfo.SetFactory Method

Connects a specified Web page module factory with the Web page information object.

Pascal
procedure SetFactory(AFactory: TAbstractWebPageModuleFactory); override;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!