RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TColumn.FieldName Property

Indicates the name of the field represented by the column.

Pascal
property FieldName: WideString;
C++
__property BSTR FieldName;

Setting FieldName changes the Field property so that it points to the dataset field with the same name. If the dataset does not have a field with the same name, Field is set to nil (Delphi), or NULL (C++). 

 

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