IMetaMembersSet.Next

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.

Example

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

See also:

IMetaMembersSet