IRdsDictionaryTranslations.IsOn

Syntax

IsOn: Boolean;

Description

The IsOn property determines whether a dictionary should be translated into different languages.

Comments

The property value determines whether the IRdsDictionary.Translations collection of settings is taken into account on working with the MDM dictionary.

True - a dictionary should be translated into different languages; False - a dictionary is used to work in one language and it does not require translation. Default value is False.

Example

The property use is given in the example for IRdsDictionary.Translations.

See also:

IRdsDictionaryTranslations