RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebAppDataModule.Create Constructor

Creates a new TCustomWebAppDataModule instance.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TCustomWebAppDataModule(TComponent * AOwner);

Use this constructor to create a new TCustomWebAppDataModule. WebSnap modules are registered with a factory that is responsible for creating modules as needed. The module's source unit defines a function that returns an instance of the module. 

AOwner is the component that becomes the value of the Owner property. 

 

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