RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebDataModule.Create Constructor

Creates and initializes an instance of TCustomWebDataModule.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TCustomWebDataModule(TComponent * AOwner);

Do not call the TCustomWebDataModule constructor. Instead, use a Web module factory object to create Web module instances. 

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

 

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