Vcl.Grids.TCustomGrid.MoveRow
Delphi
procedure MoveRow(FromIndex, ToIndex: Longint);
C++
void __fastcall MoveRow(int FromIndex, int ToIndex);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.Grids.pas Vcl.Grids.hpp |
Vcl.Grids | TCustomGrid |
Description
Moves a row to a new position.
Call MoveRow to move the row identified by the FromIndex parameter to the position specified by the ToIndex parameter.