Web.HTTPProd.TCustomPageProducer

From RAD Studio API Documentation
Jump to: navigation, search

Web.HTTPProd.TBasePageProducerWeb.HTTPApp.TCustomContentProducerSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomPageProducer

Delphi

TCustomPageProducer = class(TBasePageProducer)

C++

class PASCALIMPLEMENTATION TCustomPageProducer : public TBasePageProducer

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.

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