RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTMLTableColumn Class

THTMLTableColumn represents the display attributes and field binding of a column in the HTML representation of a dataset.

Pascal
THTMLTableColumn = class(TCollectionItem);
C++
class THTMLTableColumn : public TCollectionItem;

Use THTMLTableColumn to specify the appearance or value of a column in a table produced by TDSTableProducer. Applications can set the properties of the columns programmatically at runtime, or use the Columns editor at design time. 

 

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