closeWindowByName()

The system function ConsoleLib.closeWindowByName clears the named window from the screen, releases the resources associated with the closed window, and activates the previously active window.

After ConsoleLib.closeWindowByName is invoked, the window cannot be reopened byConsoleLib.openWindow or ConsoleLib.openWindowByName. The console window remains open.

  ConsoleLib.closeWindowByName(name STRING in)
name
The name of the window.

Related reference
EGL library ConsoleLib

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.