API:Web.HTTPProd.TPageProducer

Delphi
TPageProducer = class(TCustomPageProducer)
C++
class PASCALIMPLEMENTATION TPageProducer : public TCustomPageProducer
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | Web.HTTPProd.pas Web.HTTPProd.hpp |
Web.HTTPProd | Web.HTTPProd |
Description
TCustomPageProducer is the base class for objects that produce a string of HTML commands based on an input template. {{#multireplace:Web.HTTPProd.TPageProducer|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Web.HTTPProd.TCustomPageProducer|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Web.HTTPProd.TCustomPageProducer|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
TCustomPageProducer is the base class for objects that produce a string of HTML commands based on an input template.
Use TCustomPageProducer as a base class when defining an object that converts an HTML template into a string of HTML commands which can be interpreted by a client application such as a Web browser. HTML templates include HTML commands and HTML-transparent tags that are replaced with customized content by the page producer.