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