openWindowByName()

The consoleLib.openWindowByName() system function makes a window visible and adds it to the top of the window stack.

The function is similar to consoleLib.openWindow(), except that it refers to the value from the window's name property rather than to the window itself. EGL requires this variant for compatibility with I4GL.

Syntax

  consoleLib.openWindowByName(name STRING in)
name
The value of the name property for the window.

Feedback