Web.DBWeb.TDSTableProducer.Columns

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Columns: THTMLTableColumns read FColumns write SetColumns stored StoreColumns;

C++

__property THTMLTableColumns* Columns = {read=FColumns, write=SetColumns, stored=StoreColumns};

Properties

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

Description

Describes the field bindings and display attributes of the columns in the HTML table. Use Columns to read or set the field bindings and display attributes of the columns in the HTML table. Each THTMLTableColumn object specifies the display attributes of the corresponding column. Each column object also specifies the name of the field the column represents. The field binding of a column designates a field within the dataset specified by the DataSet property.

Columns can be set at design time through a property editor, or programmatically at run time.

See Also