RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDSTableProducer.Columns Property

Describes the field bindings and display attributes of the columns in the HTML table.

Pascal
property Columns: THTMLTableColumns;
C++
__property THTMLTableColumns Columns;

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 runtime. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!