Next method: UserTab collection

Syntax

Next()

Description

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

Example

&MyUserTab = &MyCollection.Next();