RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTMLTableColumn.DSTableProducer Property

Indicates the table producer component that uses this column.

Pascal
property DSTableProducer: TDSTableProducer;
C++
__property TDSTableProducer DSTableProducer;

Read DSTableProducer to obtain information about the component that uses this object to represent the attributes of a column in the HTML table it produces. For example, to access the dataset which contains the field for this column, use the DataSet property of DSTableProducer. 

 

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