Web.DBWeb.TDataSetTableProducer

From RAD Studio API Documentation
Jump to: navigation, search

Web.DBWeb.TDSTableProducerWeb.HTTPApp.TCustomContentProducerSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTDataSetTableProducer

Delphi

TDataSetTableProducer = class(TDSTableProducer)

C++

class PASCALIMPLEMENTATION TDataSetTableProducer : public TDSTableProducer

Properties

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

Description

TDataSetTableProducer assembles a sequence of HTML commands to display the records from a dataset in a tabular format.

Use TDataSetTableProducer to produce an HTML table for the records of a TDataSet object. If the dataset is a query that requires input parameters from an HTTP request message, use TQueryTableProducer instead.

TDataSetTableProducer allows an application to create images of a dataset for an HTTP response message.

See Also