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

TCustomGrid.Col

Current column index.

Declaration

Source position: grids.pas line 1159

protected property TCustomGrid.Col : Integer
  read FCol
  write SetCol;

Description

Col property holds the column index of the current grid cell cursor. The current grid column can be changed programatically by setting a new value to this property.

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