showMenuItemByName

You can use the consoleLib.showMenuItemByName() system function to display the specified menu item, so that the user can select it. All menu items are shown by default; this function reverses the effect of the hideMenuItemByName() function (see hideMenuItemByName()).

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

Syntax

  consoleLib.showMenuItemByName(name STRING in)
name
The value of the MenuItem name field.

Feedback