RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseWebPageModuleFactory.GetModule Method

Creates an instance of the associated Web module.

Pascal
function GetModule: TComponent; override;
C++
virtual __fastcall TComponent * GetModule();

Call GetModule to obtain a new instance of the Web module that the factory creates. GetModule creates an instance of the class that the ComponentClass property specifies and returns it. 

 

ComponentClass 

CreateMode 

CacheMode

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