Web.HTTPProd.TCustomPageProducer.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomPageProducer(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Web.HTTPProd.pas
Web.HTTPProd.hpp
Web.HTTPProd TCustomPageProducer

Description

Creates an instance of TCustomPageProducer.

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.

See Also