openWindowWithForm()

The system function ConsoleLib.openWindowWithForm makes a window visible, adds it to the top of the window stack and displays the form in the window. The window is re-sized to fit the form.

  ConsoleLib.openWindowWithForm(
    window1 Window inOut,
    form ConsoleForm in)
window1
A variable of type Window.
form
A variable of type ConsoleForm.

Related reference
EGL library ConsoleLib

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