RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebPageModule.CreateNew Constructor

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

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

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