IRdsDictionaryElementsSearch.IsIterator

Syntax

IsIterator: Boolean;

Description

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

Comments

Available values:

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

Example

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

See also:

IRdsDictionaryElementsSearch