API:Bde.DBBdeWeb.TQueryTableProducer

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TQueryTableProducer = class(TDSTableProducer)

C++

class PASCALIMPLEMENTATION TQueryTableProducer : public Web::Dbweb::TDSTableProducer

Properties

Type Visibility Source Unit Parent
class public
Bde.DBBdeWeb.pas
Bde.DBBdeWeb.hpp
Bde.DBBdeWeb Bde.DBBdeWeb

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.

Bde.DBBdeWeb.TQueryTableProducer inherits from Web.DBWeb.TDSTableProducer. All content below this line refers to Web.DBWeb.TDSTableProducer.

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