Sorts the pointers in the list.
Source position: classesh.inc line 546
public procedure TFPList.Sort( |
Compare: TListSortCompare |
); |
Compare: TListSortCompare; |
SortingAlgorithm: PSortingAlgorithm |
); |
Compare: TListSortComparer_Context; |
Context: Pointer |
); |
Compare: TListSortComparer_Context; |
Context: Pointer; |
SortingAlgorithm: PSortingAlgorithm |
); |
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.