[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Exchanges column or row values at the specified positions.
Source position: grids.pas line 1456
public procedure TCustomDrawGrid.ExchangeColRow( |
IsColumn: Boolean; |
index: Integer; |
WithIndex: Integer |
); virtual; |
IsColumn |
|
True when the index positions refer to columns. |
index |
|
Position for the first column in the exchange. |
WithIndex |
|
Position for the second column in the exchange. |
Version 4.0 | Generated 2025-05-03 | Home |