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

TCustomDBGrid.FirstColumn

Contains the first visible column for the grid control.

Declaration

Source position: dbgrids.pas line 567

public property TCustomDBGrid.FirstColumn : TColumn
  read GetFirstColumn;

Description

FirstColumn is a read-only TColumn property which contains the first visible column for the grid control. Calls GetFirstVisibleColumn and ColumnIndexFromGridColumn to get the ordinal position for the column. The property value is Nil if the column number was not found.