[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Implements the TStrings.Exchangefunction.
Source position: classesh.inc line 569
public procedure TStringList.Exchange( |
Index1: Integer; |
Index2: Integer |
); override; |
Exchangewill exchange two items in the list as described in TStrings.Exchange.
Remark: | Exchangewill not check whether the list os sorted or not; if Exchangeis called on a sorted list and the strings are not identical, the sort order of the list will be destroyed. |
|
Determines whether the list is sorted or not. |
|
|
Exchanges two strings in the list. |