RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomInetXPageProducer.Create Constructor

Creates and initializes an instance of TCustomInetXPageProducer.

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

Call Create to instantiate an InternetExpress page producer at runtime. InternetExpress page producers placed in a Web module at design time are instantiated automatically. 

AOwner is a component, typically a Web module, that becomes the value of the Owner property. The Owner is responsible for freeing the TCustomInetXPageProducer instance. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!