[Overview][Constants][Types][Classes][Index] |
Sort the objects in the list
Source position: fgl.pp line 199
public procedure TFPGObjectList.Sort( |
Compare: TCompareFunc |
); |
Compare |
|
Compare function for 2 objects |
Sort sorts the elements in the list using the provided Compare function. The list passes 2 items to the compare function. The result of this function determines how the items will be sorted:
None.