DIM hWindow AS Window hWindow = NEW Window ( [ Parent AS Control ] )Creates a new window.
If Parent is omitted, then the new window is a toplevel window.
Otherwise, Parent must be a Container, and then the window is embedded inside this container, as if it was a normal control.