[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Implements the default sort routine for merged menu items.
Source position: menus.pp line 133
public class function TMergedMenuItems.DefaultSort( |
aItem1: Pointer; |
aItem2: Pointer; |
aParentItem: Pointer |
):Integer; |
aItem1 |
|
Pointer to the first menu item for the sort comparison. |
aItem2 |
|
Pointer to the second menu item for the sort comparison. |
aParentItem |
|
Pointer to the Parent menu item for the compared values. |
Numeric value with the relative order for the specified menu items.
If the specified menu items have the same GroupIndex value, the return value is:
Otherwise:
Version 4.0 | Generated 2025-05-03 | Home |