Windows
A collection of windows.
Properties
| Name | Type |
Access | Description |
|---|
|
Number |
readonly |
The number of objects in the collection. |
Methods
Returns the Window with the specified index.
Creates a new Window.
withProperties?
Object
Initial values for properties of the new Window
Returns any Window in the collection.
Displays the number of elements in the Window.
Returns every Window in the collection.
Returns the first Window in the collection.
Returns the Window with the specified index or name.
index
LongInteger | String
The index or name. Can accept: Long Integer or String.
Returns the Window with the specified name.
→ Window[]
Returns the Windows within the specified range.
from
LongInteger | Window | String
The Window, index, or name at the beginning of the range. Can accept: Window, Long Integer or String.
to
LongInteger | Window | String
The Window, index, or name at the end of the range. Can accept: Window, Long Integer or String.
Returns the last Window in the collection.
Returns the middle Window in the collection.
Returns the Window whose index follows the specified Window in the collection.
obj
Window
The Window whose index comes before the desired Window.
Returns the Window with the index previous to the specified index.
obj
Window
The index of the Window that follows the desired Window.
Generates a string which, if executed, will return the Window.
Object of 2
Properties elsewhere that hold a Windows.