Represents method QuickSort(PPointerList,Integer,Integer,TListSortCompare).
Namespace: GLists
Delphi |
procedure QuickSort(SortList: PPointerList; L, R: Integer; |
Parameters
SortList
Type: PPointerList
L
Type: Integer
R
Type: Integer
SCompare
Type: TListSortCompare
Reference |