TTMSFNCMemoLines.Exchange Method
Swaps the positions of two lines within the editor.
API unit family: TMSFNCMemo
Declaring type: TTMSFNCMemoLines
Syntax
procedure Exchange(Index1, Index2: Integer); override;
Parameters
| Name | Description |
|---|---|
Index1 |
Zero-based index of the first line. |
Index2 |
Zero-based index of the second line. |