RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebDataModule.CreateNew Constructor

Creates and initializes an instance of TCustomWebDataModule without using an associated form file.

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

Use CreateNew instead of Create to create a Web 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!