TInterfaceList.Exchange
Exchange 2 interfaces in the list
Declaration
Source position: classesh.inc line 2261
public
procedure Exchange(index1: Integer; index2: Integer);
Description
Exchange is the implementation of the IInterfaceList.Exchange method. It exchanges the position of 2 interfaces in the list.
See also
| Name | Description |
|---|---|
| IInterfaceList.Exchange | Exchange 2 interfaces in the list |
| TFPList.Exchange | Exchanges two pointers in the list. |
| TInterfaceList.Add | Add an interface to the list |
| TInterfaceList.Delete | Delete an interface from the list. |
| TList.Exchange | Exchanges two pointers in the list. |