RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebModuleFactory.ComponentClass Property

Specifies the class type of the Web module that this factory creates.

Pascal
property ComponentClass: TComponentClass;
C++
__property TComponentClass ComponentClass;

ComponentClass is the class type of the Web module that the factory object creates. This is a descendant of TWebDataModule, TWebAppDataModule, TWebPageModule, or TWebAppPageModule. The WebSnap application wizard or Web module wizard generates the class declaration for the specific Web module class associated with a Web module factory. 

 

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