Web.DBWeb.TDSTableProducer

From RAD Studio API Documentation
Jump to: navigation, search

Web.HTTPApp.TCustomContentProducerSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTDSTableProducer

Delphi

TDSTableProducer = class(TCustomContentProducer)

C++

class PASCALIMPLEMENTATION TDSTableProducer : public Web::Httpapp::TCustomContentProducer

Properties

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

Description

TDSTableProducer is the base class for objects that produce a set of HTML commands to display the records from a dataset in a tabular format.

Use TDSTableProducer as a base class when defining a class that produces an HTML table that represents the records of a dataset. TDSTableProducer introduces many properties to describe the appearance and data binding of the HTML table. The events and methods of TDSTableProducer allow an application to retrieve the database information and produce the HTML commands that describe the table.

See Also