Implements a merge/sort algorithm for a list of pointers with the given length.
Source position: lazutilities.pas line 49
procedure MergeSortWithLen( |
List: PPointer; |
ListLength: PtrInt; |
const Compare: TListSortCompare |
); |
List |
|
PPointer to the list of items examined in the merge/sort routine. |
ListLength |
|
PtrInt with the length for the List argument. |
Compare |
|
TListSortCompare routine used to compare items for the merge/sort algorithm. |
| Version 4.4 | Generated 2025-11-08 | Home |