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