RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebAppPageModule.Create Constructor

Creates and initializes an instance of TCustomWebAppPageModule.

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

Do not call the TCustomWebAppPageModule constructor. Instead, use a TWebAppPageModuleFactory 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!