Web.DBWeb.THTMLTableColumn.DSTableProducer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DSTableProducer: TDSTableProducer read GetTableProducer;

C++

__property TDSTableProducer* DSTableProducer = {read=GetTableProducer};

Properties

Type Visibility Source Unit Parent
property public
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb THTMLTableColumn

Description

Indicates the table producer component that uses this column.

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 that contains the field for this column, use the DataSet property of DSTableProducer.

See Also