-
add( |
[withProperties]) |
→ Window |
-
Creates a new Window.
withProperties
|
Object
Initial values for properties of the new Window (Optional)
|
-
-
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
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the Window with the specified name.
-
itemByRange( |
from, to) |
→ Window |
-
Returns the Windows within the specified range.
from
|
The Window, index, or name at the beginning of the range. Can accept: Window, Long Integer or String.
|
to
|
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.