RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TColumn.Field Property

Indicates the TField instance represented by the column.

Pascal
property Field: TField;
C++
__property TField Field;

Field points to the TField object that corresponds to the dataset field displayed in the column. The value of Field will be nil (Delphi) or NULL (C++), if the column does not correspond to a field in the dataset (for example, a calculated field). 

 

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