Links
A collection of links.
Links Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of Links. |
| Item |
Object |
read |
Returns the Link with the specified index or name as Long or String. |
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. |