RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebAppDataModule.CreateNew Constructor

Creates a data module without using the associated form file to initialize it.

Pascal
constructor CreateNew(AOwner: TComponent; Dummy: Integer = 0); override;
C++
virtual __fastcall TCustomWebAppDataModule(TComponent * AOwner, int Dummy = 0);

Use CreateNew instead of Create to create a data module without using the associated form file to initialize it. 

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

Dummy is not used. 

 

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