Window.Window

Function/Meaning
Window object construction
Type
Constructor of the Window class
Syntax
Window(parent)
Arguments
parent Specifies the parent window.
If a parent window is specified, it will be created as a child window.
Omit if not specifying one.
Return Value
None (void)
Description
Constructs a Window class object.
The window is created in a hidden state, and its position and size are undefined (an appropriate size at some position).