IInterfaceList.Exchange
Exchange 2 interfaces in the list
Declaration
Source position: classesh.inc line 2218
default 
  procedure Exchange(index1: Integer; index2: Integer);
Description
Exchange exchanges 2 interfaces in the list at locations index1 and Index2.
See also
| Name | Description | 
|---|---|
| IInterfaceList.Add | Add an interface to the list | 
| IInterfaceList.Delete | Remove an interface from the list | 
| IInterfaceList.Insert | Insert an interface in the list. | 
| TList.Exchange | Exchanges two pointers in the list. |