Vcl.DBGrids.TColumn.FieldName
Delphi
property FieldName: string read FFieldName write SetFieldName;
C++
__property System::UnicodeString FieldName = {read=FFieldName, write=SetFieldName};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.DbGrids.pas Vcl.DBGrids.hpp |
Vcl.DBGrids | TColumn |
Description
Indicates the name of the field represented by the column.
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++).