[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'DBGrids' (#lcl)

TColumn.Field

Field in the Dataset associated with this Column

Declaration

Source position: dbgrids.pas line 293

public property TColumn.Field : TField
  read GetField
  write SetField;

Description

Field is a TField property that provides access to the content and other attributes for the dataset Field represented by the column. GetField reads the value for the property. SetField writes the value for the property.

See also

TField

#lcl.DBGrids.TColumn.GetField

  

Gets the value for the Field property

#lcl.DBGrids.TColumn.SetField

  

Sets the value in the Field property

#lcl.DBGrids.TColumn.LinkField

  

Establishes a link between the FieldName and the Field in a Dataset

The latest version of this document can be found at lazarus-ccr.sourceforge.net.