clearActiveWindow()

You can use the consoleLib.clearActiveWindow() system function to remove all displayed material from the window stored in the consoleLib.activeWindow system variable. This includes erasing the constant information displayed in the current form. If the active window has a border, the border is not erased. The statement does not affect the ordering of the window stack nor does it affect any windows that are above it in the window stack.

Syntax

  consoleLib.clearActiveWindow( )

Feedback