A collection of windows.
Windows Properties
| Property | Type | Access | Description |
|---|---|---|---|
| item | Object | read | Returns the window with the specified index or name. |
| length | Long | read | The number of windows in the collection. |
Windows Methods
| Method | Returns | Description |
|---|---|---|
| add | Window | Create a new window. |
| anyItem | Object | Returns any window. |
| firstItem | Object | Returns the first window. |
| itemByRange | Objects | Returns the windows within the specified range. |
| lastItem | Object | Returns the last window. |
| middleItem | Object | Returns the middle window. |
| nextItem | Object | Returns the next window. |
| previousItem | Object | Returns the previous window. |