Performs a QuickSort on the list based on the comparison function Compare.
Call Sort to sort the items in the Items array. AComparer is a comparison function that indicates how the items are to be ordered.
Namespace: RSInterfaceCollections
Delphi |
public |
Parameters
AComparer
Type: IComparer<IInterface>