Next: Boolean;
Next(): boolean;
The Next method moves the iterator to the next element and indicates whether the next move is possible.
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.
The property use is given in the example for IRdsDictionaryElementsSearch.SetIterator.
See also: