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