Next method: Pagelet collection

Syntax

Next()

Description

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

Parameters

None.

Returns

A reference to a pagelet object if successful, NULL otherwise.

Example

&MyPagelet = &MyCollection.Next();