RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebAppPageModule.CreateNew Constructor

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

Pascal
constructor CreateNew(AOwner: TComponent; Dummy: Integer = 0); override;
C++
virtual __fastcall TCustomWebAppPageModule(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!