DBWeb.TDSTableProducer.DataSet
From RAD Studio VCL Reference
C++ Information
From DBWeb.hpp
__property Db::TDataSet * DataSet = {read=GetDataSet,write=SetDataSet};
Unit: DBWeb
Type: property
Visibility: public
Member Of: TDSTableProducer
Description
Specifies the dataset from which the data in the HTML table is taken.
Set DataSet to specify where the TDSTableProducer should look for the data it displays in the HTML table. The individual field bindings specified by the THTMLTableColumn objects in the Columns property refer to fields in DataSet.
Specify the data binding of a TDSTableProducer using the DataSet property rather than through a DataSource property. TDSTableProducer objects do not use an external TDataSource object.