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

TCustomGrid.TryMoveSelection

TryMoveSelection - attempts to move the selection by the specified offset; returns True if sucessful

Declaration

Source position: grids.pas line 1060

protected function TCustomGrid.TryMoveSelection(

  Relative: Boolean;

  var DCol: Integer;

  var DRow: Integer

):Boolean;