IRdsElementsIterator.Next

Syntax

Next: Boolean;

Description

The Next method moves the iterator to the next element and indicates whether the next move is possible.

Comments

If the method returns True, the iterator can move forward. If the method returns False, the iterator reached the last element. To move the iterator to the first element, use the IRdsElementsIterator.First method.

Example

The property use is given in the example for IRdsDictionaryElementsSearch.SetIterator.

See also:

IRdsElementsIterator