Web.DSProd.TDataSetPageProducer

From RAD Studio API Documentation
Jump to: navigation, search

Web.DSProd.TCustomDataSetPageProducerWeb.HTTPProd.TCustomPageProducerWeb.HTTPProd.TBasePageProducerWeb.HTTPApp.TCustomContentProducerTDataSetPageProducer

Delphi

TDataSetPageProducer = class(TCustomDataSetPageProducer)

C++

class PASCALIMPLEMENTATION TDataSetPageProducer : public TCustomDataSetPageProducer

Properties

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

Description

TDataSetPageProducer produces a string of HTML commands based on an input template.

Use TDataSetPageProducer to convert an HTML template that includes field data into a string of HTML commands that 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 dataset page producer in an OnHTMLTag event handler.

Dataset page producers differ from other page producer components in that they replace HTML-transparent tags that match fields in a dataset with the current value of those fields.

See Also