Windows
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
Window [] (index:
number)
Returns the Window with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
Window add ([withProperties:
Object])
Creates a new Window.
Parameter | Type | Description |
---|---|---|
withProperties | Object | Initial values for properties of the new Window (Optional) |
Window anyItem ()
Returns any Window in the collection.
number count ()
Displays the number of elements in the Window.
Array
of Window everyItem ()
Returns every Window in the collection.
Window firstItem ()
Returns the first Window in the collection.
Window item (index:
varies)
Returns the Window with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
Window itemByName (name:
string)
Returns the Window with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array
of Window itemByRange (from:
varies, to:
varies)
Returns the Windows within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer String Window | The Window, index, or name at the beginning of the range. Can accept: Window, Long Integer or String. |
to | Long Integer String Window | The Window, index, or name at the end of the range. Can accept: Window, Long Integer or String. |
Window lastItem ()
Returns the last Window in the collection.
Window middleItem ()
Returns the middle Window in the collection.
Window nextItem (obj:
Window)
Returns the Window whose index follows the specified Window in the collection.
Parameter | Type | Description |
---|---|---|
obj | Window | The Window whose index comes before the desired Window. |
Window previousItem (obj:
Window)
Returns the Window with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | Window | The index of the Window that follows the desired Window. |
string toSource ()
Generates a string which, if executed, will return the Window.
Element of
Application.windows
Document.windows
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |