DisplaySettings

Display setting properties.

Methods:

anyItem, count, everyItem, firstItem, item, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

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 Long String)

Returns the DisplaySetting with the specified index or name.

Parameter

Type

Description

index

Long

String

The index or name. Can accept: Long or String.

DisplaySetting itemByName (name:String)

Returns the DisplaySetting with the specified name.

Parameter

Type

Description

name

String

The name.

DisplaySetting itemByRange (from:Varies DisplaySetting Long String, to:Varies DisplaySetting Long String)

Returns the DisplaySettings within the specified range.

Parameter

Type

Description

from

DisplaySetting

Long

String

The DisplaySetting, index, or name at the beginning of the range. Can accept: DisplaySetting, Long or String.

to

DisplaySetting

Long

String

The DisplaySetting, index, or name at the end of the range. Can accept: DisplaySetting, Long 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.

Object of

Application.displaySettings