Home > comp > gb.qt > window > _new 
  [3.0]
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
NEW Window (gb.qt)
Syntax
DIM hWindow AS Window

hWindow = NEW Window ( [ Parent AS Control ] ) [ AS "event name" ]

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.