This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
Count menu items
|
Count menu items ( menu {; process} ) -> Function result | ||||||||
Parameter | Type | Description | ||||||
menu | Longint, MenuRef |
![]() |
Menu number or Menu reference | |||||
process | Longint |
![]() |
Process reference number | |||||
Function result | Longint |
![]() |
Number of menu items in the menu | |||||
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.
Product: 4D
Theme: Menus
Number:
405
Modified: 4D v11 SQL
4D Language Reference ( 4D v20 R7)