RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomPageProducer.Create Constructor

Creates an instance of TCustomPageProducer.

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

Call Create to create and initialize an instance of TCustomPageProducer

After calling the inherited constructor, Create allocates the TStrings object that implements the HTMLDoc property. 

 

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