Moves the column from the first index to the second.
Source position: grids.pas line 656
protected procedure TGridColumns.MoveColumn( |
FromIndex: Integer; |
ToIndex: Integer |
); virtual; |
FromIndex |
|
Original position for the column moved in the method. |
ToIndex |
|
New position for the column moved in the method. |
| Version 4.4 | Generated 2025-11-08 | Home |