[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 942

protected function TCustomGrid.OffsetToColRow(

  IsCol: Boolean;

  Fisical: Boolean;

  Offset: Integer;

  var Index: Integer;

  var Rest: Integer

):Boolean;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.