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

TCustomGrid.DoOPMoveColRow

DoOPMoveColRow - performs the operation for moving either a column or a row (depending on the value of IsCol) between FromIndex and ToIndex

Declaration

Source position: grids.pas line 848

protected procedure TCustomGrid.DoOPMoveColRow(

  IsColumn: Boolean;

  FromIndex: Integer;

  ToIndex: Integer

);

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