Swaps the position of two vectors in the list.
Call Exchange to move the vector at position Index1 so that it appears at position Index2 and move the vector at position Index2 so that it appears at position Index1. Index1 and Index2 identify two positions (zero offset) in the
Items property array.
Namespace: CommonInterfaces
Delphi |
public |
Parameters
Index1
Type: Integer
Index2
Type: Integer