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

TCustomGrid.TryMoveSelection

Tries to move the selection by the specified offset; returns True if successful.

Declaration

Source position: grids.pas line 1177

protected function TCustomGrid.TryMoveSelection(

  Relative: Boolean;

  var DCol: Integer;

  var DRow: Integer

):Boolean;