IRdsElementsIterator.Element

Syntax

Element: IRdsDictionaryElement;

Description

The Element property returns the current element of the iterator.

Comments

To move the iterator through elements, use the IRdsElementsIterator.First and IRdsElementsIterator.Next methods.

Example

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

See also:

IRdsElementsIterator