Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TFPList.Sort

Sorts the pointers in the list.

Declaration

Source position: classesh.inc line 265

public procedure TFPList.Sort(

  Compare: TListSortCompare

);

procedure TFPList.Sort(

  Compare: TListSortCompare;

  SortingAlgorithm: PSortingAlgorithm

);

procedure TFPList.Sort(

  Compare: TListSortComparer_Context;

  Context: Pointer

);

procedure TFPList.Sort(

  Compare: TListSortComparer_Context;

  Context: Pointer;

  SortingAlgorithm: PSortingAlgorithm

);

Description

Sort> sorts the pointers in the list. Two pointers are compared by passing them to the Compare function. The result of this function determines how the pointers will be sorted:

The sort is done using a quicksort algorithm.


Documentation generated on: Jul 24 2023