hideMenuItemByName()

You can use the consoleLib.hideMenuItemByName() system function to hide a specified menu item so that the user cannot select it. By default, all menu items are shown. The hidden menu item is not activated by keystrokes.

The function is similar to consoleLib.hideMenuItem(), except that it refers to the value of the name property from the menu item rather than to the menu item itself. EGL requires this variant for compatibility with I4GL.

Syntax

  consoleLib.hideMenuItemByname(name STRING in)
name
The value of the name property of the menu item to be hidden.

Feedback