RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBasePageProducer.Create Constructor

Creates an instance of TBasePageProducer.

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

Call Create to create and initialize an instance of TBasePageProducer

AOwner is a component, typically a Web module, that is responsible for freeing the page producer. 

 

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