[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Exchanges row values at the specified positions.
Source position: valedit.pas line 156
protected procedure TValueListEditor.ColRowExchanged( |
IsColumn: Boolean; |
index: Integer; |
WithIndex: Integer |
); override; |
IsColumn |
|
Indicates if the exchange applies to the column only or the entire row. |
index |
|
First position to be swapped. |
WithIndex |
|
Second position to be swapped. |
ColRowExchanged is a procedure used to exchange row values at the specified positions. ColRowExchanged extends the inherited method by applying the changes to the Strings property after adjusting the index positions for the number of FixedRows in the control. ColRowExchanged calls the inherited method using IsColumn, Index, and WithIndex as arguments.
|
Performs actions needed when column or row data at the specified positions are exchanged in the grid control. |
Version 4.0 | Generated 2025-05-03 | Home |