[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Exchanges two pointers in the list.
Source position: classesh.inc line 162
public procedure TFPList.Exchange( |
Index1: Integer; |
Index2: Integer |
); |
Exchangeexchanges the pointers at positions Index1and Index2. Both pointers must be withing the current range of the list, or an EListErrorexception will be raised.