Count menu items
Count menu items ( menu {; process} ) -> Function result
Parameter | Type | Description | |
---|---|---|---|
menu | Integer, Text | → | Menu number or Menu reference |
process | Integer | → | Process reference number |
Function result | Longint | ← | Number of menu items in the menu |
This command is not thread-safe, it cannot be used in preemptive code.
Description
The Count menu items command returns the number of menu items present in the menu whose number or reference is passed in menu.
If you omit the process parameter, Count menu items applies to the menu bar for the current process. Otherwise, Count menu items applies to the menu bar for the process whose reference number is passed in process.
Note: If you pass a MenuRef parameter in menu, the process parameter serves no purpose and will be ignored.