RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseInetXPageProducer.Create Constructor

Creates an instance of a TBaseInetXPageProducer.

Pascal
constructor Create(AComponent: TComponent); override;
C++
virtual __fastcall TBaseInetXPageProducer(TComponent * AComponent);

Call Create to instantiate a TBaseInetXPageProducer component at runtime if it was not created at design time.  

AOwner is the component, typically the Web module, that becomes the value of this page producer's Owner property. The Owner is responsible for freeing the TBaseInetXPageProducer instance. 

 

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