Vcl.DBGrids.TColumn.FieldName

From RAD Studio API Documentation
Jump to: navigation, search

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

See Also