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
TPageProducer produces a string of HTML commands based on an input template.
Use TPageProducer to convert an HTML template into a string of HTML commands that can be interpreted by a client application such as a Web browser. In Web Broker applications, HTML templates include HTML commands and HTML-transparent tags that are replaced with customized content by the OnHTMLTag event.