RAD Studio VCL Reference
|
TDataSetTableProducer assembles a sequence of HTML commands to display the records from a dataset in a tabular format.
TDataSetTableProducer = class(TDSTableProducer);
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!
|