IRdsDictionaryElementsSearch.IsIterator

Fore Syntax

IsIterator: Boolean;

Fore.NET Syntax

IsIterator: boolean;

Description

The IsIterator property returns whether search is executed in elements obtained from the dictionary iterator.

Comments

This property is relevant only for table MDM dictionaries.

Available values:

To set a dictionary iterator, use the IRdsDictionaryElementsSearch.SetIterator method.

Fore and Fore.NET Examples

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

See also:

IRdsDictionaryElementsSearch