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

TCustomGrid.Col

Current column index.

Declaration

Source position: grids.pas line 1065

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.