Web.HTTPProd.TBasePageProducer.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

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

Description

Creates an instance of TBasePageProducer.

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.

See Also