Sort criterion: Sorts the found objects by the int result of the indicated function. Objects with smaller values first.
For additional information on the use of this function see
FindObjects.
FindObjects(Find_Distance(100), Sort_Func("GetDefWidth"))
Sorts all objects inside a maximum distance of 100 pixels by their width, beginning with small objects.