[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Moves a column or a row using the specified index positions.
Source position: grids.pas line 424
protected procedure TVirtualGrid.MoveColRow( |
IsColumn: Boolean; |
FromIndex: Integer; |
ToIndex: Integer |
); |
IsColumn |
|
True if a column is affected in the method. False if a row is affected. |
FromIndex |
|
Ordinal position for the column or row relocated in the method. |
ToIndex |
|
New ordinal position for the specified column or row. |
Version 4.0 | Generated 2025-05-03 | Home |