A window present the main border of a beas window
Every window can have documents and inside a document different data windows can be inside

| Method | Description | |
|---|---|---|
| alert | ||
| cancel | ||
| cancelEdit | ||
| close | 
 | |
| close | Close window with "ok" event. If not updated, it execute the update sequence | |
| confirm | ||
| document | present the document inside the window | |
| windowevent | ||
| freeze | ||
| focus | ||
| getChild | ||
| getParent | ||
| lock | ||
| maximized | ||
| menuBar | Present the Menu from current window (current not supported) | |
| openform | ||
| post | ||
| prompt | ||
| qcDropDownCheck | 
 | |
| redraw | ||
| refresh | ||
| setReturnValue | ||
| title | ||
| updateCheck | ||
| update | ||
| new | ||
| delete | ||
| resizeTo | Set new width/height of the window to the defined arguments width/height | |
| resizeBy | Change new width/height of the window by the defined arguments width/height | |
| moveTo | Set new left/top Parameter for this window to the defined arguments left/top | |
| moveBy | Change new left/top Parameter with defined arguments left/top | |
| clearIntervall | ||
| clearTimeout | ||
| clearKeyTimeout | ||
| setIntervall | ||
| setTimeout | ||
| setKeyTimeout | define a function call executed after defined milliseconds without user activity | 
Properties
| Property | R | W | Description | |
|---|---|---|---|---|
| document | x | 
 | Present the object document Inside document the documents dw_1...dw_6 is inside | |
| str_parm | x | x | 
 | |
| top | x | x | ||
| left | x | x | ||
| width | x | x | ||
| height | x | x | ||
| title | x | x | ||
| freeze | x | x | ||
| visible | x | x | Make window visible / unvisible | |
| enabled | x | x | Enable / Disable the window |