IMetaMembersSet.Next

Fore Syntax

Next;

Fore.NET Syntax

Next();

Description

The Next method moves to the next element in a set.

Comments

To check whether current element is the last in the set, use the IMetaMembersSet.Eof method.

Fore and Fore.NET Examples

The method use is given in the example for IMetaMembersSet.CurrentOffset.

See also:

IMetaMembersSet