DELETE 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 6.0


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

ParameterTypeDescription
menuNumberMenu number
menuItemNumberMenu item number
processNumberProcess reference number

Description

The DELETE MENU ITEM command deletes the menu item whose menu and item numbers are passed in menu and menuItem.

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

Note: For consistency in the user interface, do not keep a menu with no items.

See Also

APPEND MENU ITEM, INSERT 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