[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Performs a move operation for the column or row at the specified position.
Source position: grids.pas line 1026
protected procedure TCustomGrid.DoOPMoveColRow( |
IsColumn: Boolean; |
FromIndex: Integer; |
ToIndex: Integer |
); |
IsColumn |
|
True if Index refers to a column instead of a row. |
FromIndex |
|
Ordinal position for a column or a row moved in the method. |
ToIndex |
|
Ordinal position where the column or row is relocated in the method. |