RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetTableProducer.DataSet Property

Specifies the dataset from which the data in the HTML table is taken.

Pascal
property DataSet: TDataSet;
C++
__property TDataSet DataSet;

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. 

 

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