clearWindowByName()

The system function ConsoleLib.clearWindowByName removes all displayed material from the specified window. This includes erasing the constant information displayed in the current form. If the window has a border, the border is not erased. The statement does not affect the ordering of the window stack. The ActiveWindow variable refers to the topmost window in the display stack.

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

Related reference
EGL library ConsoleLib

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