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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!