DisplaySettings

Display setting properties.

Methods:

[], anyItem, count, everyItem, firstItem, item, 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 [] (index:Number)

Returns the DisplaySetting with the specified index.

Parameter

Type

Description

index

Number

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

String

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

DisplaySetting

LongInteger

String

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

to

DisplaySetting

LongInteger

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.

Object of

Application.displaySettings