Web.DBWeb.THTMLTableColumns

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTHTMLTableColumns

Delphi

THTMLTableColumns = class(TCollection)

C++

class PASCALIMPLEMENTATION THTMLTableColumns : public System::Classes::TCollection

Properties

Type Visibility Source Unit Parent
class public
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb Web.DBWeb

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.

See Also