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

TCustomGrid.OffsetToColRow

OffsetToColRow - move by the value of Offset to another column or row (determined by the value of IsCol), returning True if successful

Declaration

Source position: grids.pas line 1025

protected function TCustomGrid.OffsetToColRow(

  IsCol: Boolean;

  Fisical: Boolean;

  Offset: Integer;

  var Index: Integer;

  var Rest: Integer

):Boolean;