RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomGrid.MoveRow Method

Moves a row to a new position.

Pascal
procedure MoveRow(FromIndex: Longint; ToIndex: Longint);
C++
__fastcall MoveRow(Longint FromIndex, Longint ToIndex);

Call MoveRow to move the row identified by the FromIndex parameter to the position specified by the ToIndex parameter. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!