Inherits TList.
Public Member Functions | |
Sort (TZListSortCompare Compare) | |
Performs sorting for this list. | |
Protected Member Functions | |
QuickSort (PPointerList SortList, Integer L, Integer R, TZListSortCompare SCompare) | |
Performs quick sort algorithm for the list. |
Definition at line 82 of file ZSysUtils.pas.
TZSortedList::QuickSort | ( | PPointerList | SortList, | |
Integer | L, | |||
Integer | R, | |||
TZListSortCompare | SCompare | |||
) | [protected] |
TZSortedList::Sort | ( | TZListSortCompare | Compare | ) |
Performs sorting for this list.
Compare | a comparison function. |
Definition at line 1356 of file ZSysUtils.pas.