RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterPageProducer.Create Constructor

Creates and initializes an instance of TBaseAdapterPageProducer.

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

Call Create to instantiate an adapter page producer at runtime. Adapter page producers placed in a Web page module at design time (or by the Web page module wizard) are instantiated automatically. 

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

 

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