Next method: Favorite collection

Syntax

Next()

Description

The Next method returns the next Favorite object in the Favorite 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 Favorite object.

Example

&MyFavorite = &MyCollection.Next();