RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetTableProducer Class

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

Pascal
TDataSetTableProducer = class(TDSTableProducer);
C++
class TDataSetTableProducer : public TDSTableProducer;

DBWeb

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. 

 

TDataSet 

TQueryTableProducer 

TSQLQueryTableProducer 

TWebResponse 

TDataSetPageProducer 

The Web Module 

Using TDataSetTableProducer

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!