DBWeb.THTMLTableColumns
C++ Information
From DBWeb.hpp
THTMLTableColumns = class(TCollection)
Unit: DBWeb
Type: class
Inherited Class Members: DBWeb.THTMLTableColumns Members
Class Properties: DBWeb.THTMLTableColumns Properties
Class Methods: DBWeb.THTMLTableColumns Methods
Class Constructors & Destructors: DBWeb.THTMLTableColumns Constructors
Description
THTMLTableColumns is a collection of THTMLTableColumn objects that describe the display attributes and field bindings of the columns in an HTML representation of tabular data.
THTMLTableColumns is tailored for use by TDSTableProducer. It stores and manages changes to the THTMLTableColumn objects that describe the columns of the HTML table produced by TDSTableProducer. THTMLTableColumns informs the table producer of changes to the column bindings so the table producer can recompute its layout.