IRdsElementsIterator.Element

Fore Syntax

Element: IRdsDictionaryElement;

Fore.NET Syntax

Element: Prognoz.Platform.Interop.Rds.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.

Fore and Fore.NET Examples

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

See also:

IRdsElementsIterator