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

TList.Sort

Sorts the pointers in the list.

Declaration

Source position: classesh.inc line 343

public procedure TList.Sort(

  Compare: TListSortCompare

);

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: May 14 2021