Exchanges values for the current column or row with those at the specified position.
Source position: grids.pas line 425
protected procedure TVirtualGrid.ExchangeColRow( |
IsColumn: Boolean; |
index: Integer; |
WithIndex: Integer |
); |
IsColumn |
|
True if columns are affected in the method. False if rows are affected. |
index |
|
Ordinal position for a column or row swapped in the method. |
WithIndex |
|
Ordinal position for the other column or row swapped in the method. |
| Version 4.4 | Generated 2025-11-08 | Home |