RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTMLTableColumn.FieldName Property

Specifies the name of the field to which the column is bound.

Pascal
property FieldName: string;
C++
__property AnsiString FieldName;

Set FieldName to specify the field binding for the column in the HTML table. FieldName identifies a particular field component in the dataset of the TDSTableProducer object that uses this THTMLTableColumn object. 

Setting FieldName automatically updates the Field property. 

 

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