RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBasePageItemsProducer.Create Constructor

Creates an instance of a TBasePageItemsProducer.

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

Call Create to instantiate a TBasePageItemsProducer 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 TBasePageItemsProducer instance. 

 

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