Display setting properties.
Methods
DisplaySettinganyItem ()
Returns any DisplaySetting in the collection.
number count ()
Displays the number of elements in the DisplaySetting.
Array of DisplaySettingeveryItem ()
Returns every DisplaySetting in the collection.
DisplaySettingfirstItem ()
Returns the first DisplaySetting in the collection.
DisplaySettingitem (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. |
DisplaySettingitemByName (name:
string)
Returns the DisplaySetting with the specified name.
| Parameter | Type | Description |
|---|---|---|
| name | string | The name. |
Array of DisplaySettingitemByRange (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. |
DisplaySettinglastItem ()
Returns the last DisplaySetting in the collection.
DisplaySettingmiddleItem ()
Returns the middle DisplaySetting in the collection.
DisplaySettingnextItem (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. |
DisplaySettingpreviousItem (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