| [Overview][Constants][Types][Classes][Index] | 
Sort the list
Source position: fgl.pp line 91
public procedure TFPSList.Sort(  | 
Compare: TFPSListCompareFunc  | 
);  | 
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  |