IMsFormulaGenTermIterator.Next

Syntax

Next: Boolean;

Description

The Next method moves to the next record in the iterator.

Comments

If the iterator end is reached on method execution, the method returns True, otherwise it returns False.

Example

The method use is given in the example for IMsProblemCalculation.GetFormulaInfo.

See also:

IMsFormulaGenTermIterator