[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LCLProc' (#lcl)

MergeSort

Sorting TStrings or TFPList.

Declaration

Source position: line 0

procedure MergeSort(

  List: TFPList;

  const OnCompare: TListSortCompare

);

procedure MergeSort(

  List: TStrings;

  const OnCompare: TStringsSortCompare

);

Arguments

List

  

The list to sort (overloaded type).

OnCompare

  

The sort compare function.

Arguments

List

  

The list to sort (overloaded type).

OnCompare

  

The sort compare function.