4D v16.3

ENABLE MENU ITEM

Home

 
4D v16.3
ENABLE MENU ITEM

ENABLE MENU ITEM 


 

ENABLE MENU ITEM ( menu ; menuItem {; process} ) 
Parameter Type   Description
menu  Longint, MenuRef in Menu number or Menu reference
menuItem  Longint in Menu item number or -1 for the last item added
process  Longint in Proces reference number

The ENABLE MENU ITEM command enables the menu item whose menu number or reference is passed in menu and whose item number is passed in menuItem. You can pass -1 in menuItem in order to designate the last item added to the menu.

If the menuItem parameter designates a hierarchical submenu, all the items of this menu and any submenus are enabled. This command also works with a menu bar created using the Create menu command and installed with the SET MENU BAR command.

If you omit the process parameter, ENABLE MENU ITEM applies to the menu bar for the current process. Otherwise, ENABLE MENU ITEM applies to the menu bar for the process whose reference number is passed in process.

Note: If you pass a MenuRef in menu, the process parameter serves no purpose and will be ignored.

Tip: To enable/disable all items of a menu at once, pass 0 (zero) in menuItem.



See also 

DISABLE MENU ITEM

 
PROPERTIES 

Product: 4D
Theme: Menus
Number: 149

Not for server

 
HISTORY 

Modified: 4D v11 SQL

 
ARTICLE USAGE

4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)