API:Web.DSProd.TCustomDataSetPageProducer

From RAD Studio API Documentation
Jump to: navigation, search

Web.HTTPProd.TCustomPageProducerWeb.HTTPProd.TBasePageProducerWeb.HTTPApp.TCustomContentProducerSystem.Classes.TComponentSystem.Classes.TPersistentTCustomDataSetPageProducer

Delphi

TCustomDataSetPageProducer = class(TCustomPageProducer)

C++

class PASCALIMPLEMENTATION TCustomDataSetPageProducer : public Web::Httpprod::TCustomPageProducer

Properties

Type Visibility Source Unit Parent
class public
Web.DSProd.pas
Web.DSProd.hpp
Web.DSProd Web.DSProd

Description

TCustomPageProducer is the base class for objects that produce a string of HTML commands based on an input template.

Web.DSProd.TCustomDataSetPageProducer 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