Skip to main content

TdxCustomSpellChecker.DictionaryItems Property

A collection of dictionaries.

Declaration

property DictionaryItems: TdxSpellCheckerDictionaries read; write;

Property Value

Type
TdxSpellCheckerDictionaries

Remarks

The collection contains all three types of dictionaries (ISpell, Hunspell and user-defined dictionaries).

Certain dictionaries may be disabled (see the dictionary’s Enabled property), or not loaded yet (see the dictionary’s Active property) and are unavailable during the spell checking process.

Dictionaries of all kinds can be obtained via the Dictionaries property.

Separate access to either active or enabled dictionaries is provided via the ActiveDictionaries and EnabledDictionaries properties respectively.

See Also