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

TCustomGrid.MoveExtend

MoveExtend - move an extended selection; if Relative is true, use Delta column and row to find position; returns True if successful

Declaration

Source position: grids.pas line 998

protected function TCustomGrid.MoveExtend(

  Relative: Boolean;

  DCol: Integer;

  DRow: Integer

):Boolean;