IRdsDictionaryInstance.BigElements

Syntax

BigElements: IRdsBigElements;

Description

The BigElements property returns an object used to work with dictionaries that support a large number of elements.

Comments

This property is relevant only for table MDM dictionaries.

Use the IRdsDictionary.IsBigDictionary property to determine whether a dictionary can work with a large number of elements.

Example

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

See also:

IRdsDictionaryInstance