Built-in packages / The ui package |
The ui.Window class provides an interface to the window objects create with the OPEN WINDOW instruction.
A windows is typically created with a form with the OPEN WINDOW WITH FORM instruction. If the window contains a form, consider using the ui.Form class instead of ui.Window.