IRdsDictionaryTranslations.RemoveByLocale

Syntax

RemoveByLocale(Locale: LocaleCodeID): Boolean;

Parameters

Locale. Unique numeric language identifier.

Description

The RemoveByLocale method removes a setting for the specified language from the collection.

Comments

It is prohibited to set the LocaleCodeID.None value as the Locale parameter.

If removal has been completed successfully, the method returns True, value of the IRdsDictionaryTranslations.Count property is decreased by one, otherwise, it returns False.

Example

The property use is given in the example for IRdsDictionaryTranslations.Locale.

See also:

IRdsDictionaryTranslations