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

TCustomDrawGrid.MoveColRow

Move column or row from FromIndex to ToIndex; boolean IsColumn specifies whether col or row is to be moved

Declaration

Source position: grids.pas line 1181

public procedure TCustomDrawGrid.MoveColRow(

  IsColumn: Boolean;

  FromIndex: Integer;

  ToIndex: Integer

);

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