Web.DBWeb.THTMLTableColumns.DSTableProducer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DSTableProducer: TDSTableProducer read FDSTableProducer;

C++

__property TDSTableProducer* DSTableProducer = {read=FDSTableProducer};

Properties

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

Description

Indicates the table producer that uses THTMLTableColumns to store and manage column descriptions.

Read DSTableProducer to gain direct access to the table producer that uses the THTMLTableColumns object. THTMLTableColumns uses this property to inform the table producer of changes to the columns so that it can recompute its layout.