RAD Studio VCL Reference
|
Moves a column to a new position.
procedure MoveColumn(FromIndex: Longint; ToIndex: Longint);
__fastcall MoveColumn(Longint FromIndex, Longint ToIndex);
Call MoveColumn to move the column identified by the FromIndex parameter to the position specified by the ToIndex parameter.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|