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)
Related concepts
Syntax diagram for EGL functions
Related reference
EGL library ConsoleLib