A collection of windows.
Windows Properties
| Property | Type | Access | Description |
|---|---|---|---|
| Count | Long | read | The number of Windows. |
| Item | Object | read | Returns the Window with the specified index or name as Long or String. |
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. |