API:Web.HTTPProd.TPageProducer

From RAD Studio API Documentation
Jump to: navigation, search

Web.HTTPProd.TCustomPageProducerWeb.HTTPProd.TBasePageProducerWeb.HTTPApp.TCustomContentProducerSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTPageProducer

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.

Web.HTTPProd.TPageProducer inherits from Web.HTTPProd.TCustomPageProducer. All content below this line refers to Web.HTTPProd.TCustomPageProducer.

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.

See Also