Deprecated.
Source position: lclproc.pas line 80
procedure MergeSort( |
List: TFPList; |
const OnCompare: TListSortCompare |
); overload; |
List: TFPList; |
StartIndex: Integer; |
EndIndex: Integer; |
const OnCompare: TListSortCompare |
); overload; |
List: TStrings; |
const OnCompare: TStringsSortCompare |
); overload; |
Use the MergeSort routine in the lazutilities.pas unit (BaseUtils) instead.
Deprecated in LCL version 3.99 (Apr 2024).
CT Web help |
CodeTyphon Studio |