Vcl.DBGrids.TColumn.Field

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  Field: TField read GetField write SetField;

C++

__property Data::Db::TField* Field = {read=GetField, write=SetField};

Properties

Type Visibility Source Unit Parent
property public
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TColumn

Description

Indicates the TField instance represented by the column.

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

See Also