DisplaySettings
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
DisplaySetting anyItem ()
Returns any DisplaySetting in the collection.
number count ()
Displays the number of elements in the DisplaySetting.
Array
of DisplaySetting everyItem ()
Returns every DisplaySetting in the collection.
DisplaySetting firstItem ()
Returns the first DisplaySetting in the collection.
DisplaySetting item (index:
any)
Returns the DisplaySetting with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
DisplaySetting itemByName (name:
string)
Returns the DisplaySetting with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array
of DisplaySetting itemByRange (from:
any, to:
any)
Returns the DisplaySettings within the specified range.
Parameter | Type | Description |
---|---|---|
from | DisplaySetting Long Integer String | The DisplaySetting, index, or name at the beginning of the range. Can accept: DisplaySetting, Long Integer or String. |
to | DisplaySetting Long Integer String | The DisplaySetting, index, or name at the end of the range. Can accept: DisplaySetting, Long Integer or String. |
DisplaySetting lastItem ()
Returns the last DisplaySetting in the collection.
DisplaySetting middleItem ()
Returns the middle DisplaySetting in the collection.
DisplaySetting nextItem (obj:
DisplaySetting)
Returns the DisplaySetting whose index follows the specified DisplaySetting in the collection.
Parameter | Type | Description |
---|---|---|
obj | DisplaySetting | The DisplaySetting whose index comes before the desired DisplaySetting. |
DisplaySetting previousItem (obj:
DisplaySetting)
Returns the DisplaySetting with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | DisplaySetting | The index of the DisplaySetting that follows the desired DisplaySetting. |
string toSource ()
Generates a string which, if executed, will return the DisplaySetting.
Element of
Application.displaySettings
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |