API:Web.HTTPProd.TCustomPageProducer.Create
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 TBasePageProducer.
Web.HTTPProd.TCustomPageProducer.Create inherits from Web.HTTPProd.TBasePageProducer.Create. All content below this line refers to Web.HTTPProd.TBasePageProducer.Create.
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.