A collection of windows.
window Properties
| Property | Type | Access | Description |
|---|---|---|---|
| bounds | List of integer | r/w | The bounds of the window (specified in pixels) in the form [top, left, bottom, right]. |
| class | type | read | The class descriptor type. |
| index | integer | read | The index of the window within its containing object. |
| name | text | read | The name of the window. |
| object reference | window | read | An object reference for the object. |
| parent | document | read | The parent of the window (a document). |
| properties | record | r/w | A property that allows setting of several properties at the same time. |
| selection | List of specifier | r/w | The selected object(s). Can also accept: object or nothing. |