RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebPageModule.Create Constructor

Creates and initializes an instance of TCustomWebPageModule.

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

Do not call the TCustomWebPageModule constructor. Instead, use a Web page module factory object to create Web page 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!