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++). 

 

Field 

Title 

Caption 

Creating a Customized Grid 

Creating Persistent Columns 

Defining a Lookup List Column

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!