Changes
A collection of changes.
Properties
| Name | Type |
Access | Description |
|---|
|
Number |
readonly |
The number of objects in the collection. |
Methods
Returns the Change with the specified index.
Returns any Change in the collection.
Displays the number of elements in the Change.
Returns every Change in the collection.
Returns the first Change in the collection.
Returns the Change with the specified index or name.
index
LongInteger | String
The index or name. Can accept: Long Integer or String.
→ Change[]
Returns the Changes within the specified range.
from
Change | LongInteger | String
The Change, index, or name at the beginning of the range. Can accept: Change, Long Integer or String.
to
Change | LongInteger | String
The Change, index, or name at the end of the range. Can accept: Change, Long Integer or String.
Returns the last Change in the collection.
Returns the middle Change in the collection.
Returns the Change whose index follows the specified Change in the collection.
obj
Change
The Change whose index comes before the desired Change.
Returns the Change with the index previous to the specified index.
obj
Change
The index of the Change that follows the desired Change.
Generates a string which, if executed, will return the Change.
Object of 4
Properties elsewhere that hold a Changes.