[Overview][Types][Classes][Procedures and functions] |
Sort the list of objects
Source position: contnrs.pp line 61
public procedure TFPObjectList.Sort( |
Compare: TListSortCompare |
); |
Compare |
|
Compare function for two objects. |
Sortwill perform a quick-sort on the list, using Compareas the compare algorithm. This function should accept 2 pointers and should return the following result:
The function should be able to deal with Nilvalues.
None.