Link Collection Methods

In this section, we discuss the link collection methods. The methods are discussed in alphabetical order.

Syntax

First()

Description

The First method returns the first link object in the link collection.

Parameters

None.

Returns

A link object.

Syntax

Next()

Description

The Next method returns the next link object in the collection. You can use this method only after you have used the First method: otherwise the system doesn’t know where to start.

Parameters

None.

Returns

A link object.