Sort the list.
Source position: fgl.pp line 94
public procedure TFPSList.Sort( |
Compare: TFPSListCompareFunc |
); |
Compare: TFPSListCompareFunc; |
SortingAlgorithm: PSortingAlgorithm |
); |
Compare |
|
Function to compare 2 items in the list. |
Compare |
|
Function to compare 2 items in the list. |
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.
|
Compare list items callback signature. |