Unit 'Grids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCustomGrid.SetColRow

Makes the specified column and row the selected cell in the grid.

Declaration

Source position: grids.pas line 1163

protected procedure TCustomGrid.SetColRow(

  const ACol: Integer;

  const ARow: Integer;

  withEvents: Boolean = False

);

Arguments

ACol

  

Column number for the selected cell.

ARow

  

Row number for the selected cell.