DisplaySettings
Display setting properties.
Go to Property Listing | Method Listing
Methods:
[], anyItem, count, everyItem, firstItem, item, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
DisplaySetting [] (index:Number)
Returns the DisplaySetting with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
DisplaySetting anyItem ()
Returns any DisplaySetting in the collection.
Number count ()
Displays the number of elements in the DisplaySetting.
DisplaySetting everyItem ()
Returns every DisplaySetting in the collection.
DisplaySetting firstItem ()
Returns the first DisplaySetting in the collection.
DisplaySetting item (index:Varies LongInteger String)
Returns the DisplaySetting with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
DisplaySetting itemByRange (from:Varies DisplaySetting LongInteger String, to:Varies DisplaySetting LongInteger String)
Returns the DisplaySettings within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The DisplaySetting, index, or name at the beginning of the range. Can accept: DisplaySetting, Long Integer or String. |
to |
LongInteger |
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 |
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 |
The index of the DisplaySetting that follows the desired DisplaySetting. |
String toSource ()
Generates a string which, if executed, will return the DisplaySetting.
Object of
Application.displaySettings