[Overview][Constants][Types][Classes][Index] Reference for unit 'fgl' (#rtl)

TFPSList.Sort

Sort the list

Declaration

Source position: fgl.pp line 91

public procedure TFPSList.Sort(

  Compare: TFPSListCompareFunc

);

Arguments

Compare

  

Function to compare 2 items in the list

Description

Sort> sorts the items 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.

See also

TFPSListCompareFunc

  

Compare list items callback signature


Documentation generated on: May 14 2021