TSortedCollection.QuickSort(Integer,Integer,TCollectionItemCompareEvent) Method |
Scroll Prev Top Next More |
Sorts the collection using the Quicksort algorithm. The QuickSort method calls the Compare method to determine the sort order of the items.
Namespace: Structures
Delphi |
protected |
Parameters
L
Type: Integer
R
Type: Integer
SCompare