[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 566

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. FirstColumn calls GetFirstVisibleColumn and ColumnIndexFromGridColumn to get the ordinal position for the first visible column. The property value is Nil if the column number was not found.

See also

TColumn

  

Implements a display column for the TDBGrid control.

TCustomGrid.GetFirstVisibleColumn

  

Gets the column number for the first visible non-fixed column in the grid.

TCustomGrid.ColumnIndexFromGridColumn

  

Gets the position of the specified column relative to the first column in the grid.


Version 3.2 Generated 2024-02-25 Home