IsIterator: Boolean;
IsIterator: boolean;
The IsIterator property returns whether search is executed in elements obtained from the dictionary iterator.
This property is relevant only for table MDM dictionaries.
Available values:
True. Search is executed in the elements obtained from the dictionary iterator.
False. Search is executed in all dictionary elements.
To set a dictionary iterator, use the IRdsDictionaryElementsSearch.SetIterator method.
The property use is given in the example for IRdsDictionaryElementsSearch.SetIterator.
See also: