RAD Studio VCL Reference
|
Specifies the name of the field to which the column is bound.
property FieldName: string;
__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!
|