ENABLE MENU ITEM

4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next

version 3


ENABLE MENU ITEM (menu; menuItem{; process})

ParameterTypeDescription
menuNumberMenu number
menuItemNumberMenu item number
processNumberProces reference number

Description

The ENABLE MENU ITEM command enables the menu item whose menu and item numbers are passed in menu and menuItem.

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.

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

See Also

DISABLE MENU ITEM.


4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next