[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Sorting TStrings or TFPList.
Source position: lclproc.pas line 94
procedure MergeSort( |
List: TFPList; |
const OnCompare: TListSortCompare |
); overload; |
List: TFPList; |
StartIndex: Integer; |
EndIndex: Integer; |
const OnCompare: TListSortCompare |
); overload; |
List: TStrings; |
const OnCompare: TStringsSortCompare |
); overload; |
List |
|
The list to sort (overloaded type). |
OnCompare |
|
The sort compare function. |
List |
|
The list to sort (overloaded type). |
OnCompare |
|
The sort compare function. |
List |
|
The list to sort (overloaded type). |
OnCompare |
|
The sort compare function. |
lazarus-ccr.sourceforge.net |