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;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!