IRdsElementsIterator.First

Syntax

First;

Description

The First method moves the iterator to the first element.

Comments

To move to the next element of the iterator, use the IRdsElementsIterator.Next method.

Example

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

See also:

IRdsElementsIterator