Links
A collection of links.
Links Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the link with the specified index or name. |
| length |
Long |
read |
The number of links in the collection. |
Links Methods
| Method |
Returns |
Description |
| anyItem |
Object |
Returns any link. |
| firstItem |
Object |
Returns the first link. |
| itemByID |
Object |
Returns the link with the specified ID. |
| itemByRange |
Objects |
Returns the links within the specified range. |
| lastItem |
Object |
Returns the last link. |
| middleItem |
Object |
Returns the middle link. |
| nextItem |
Object |
Returns the next link. |
| previousItem |
Object |
Returns the previous link. |