|
RAD Studio VCL Reference
|
Creates a data module without using the associated form file to initialize it.
constructor CreateNew(AOwner: TComponent; Dummy: Integer = 0); override;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|