Skip to main content
A newer version of this page is available. .

TdxISpellDictionary Class

Represents the ISpell dictionary.

Declaration

TdxISpellDictionary = class(
    TdxAffixCompressionDictionary
)

Remarks

The TdxISpellDictionary represents a dictionary dynamically created at runtime (if specified in the spell checker’s DictionaryItems collection) from an affix-compressed dictionary file (specified by the DictionaryPath property) and an affix file (specified by the GrammarPath property). When used with the TdxISpellDictionary, these files must support the ISpell format.

The dictionary load can be performed in either two modes – automatically or manually (see the spell checker’s AutoLoadDictionaries property). To learn how to create a dictionary at runtime, see the spell checker’s LoadDictionaries and dictionary’s Load methods.

The TdxISpellDictionary object is referenced by the spell checker’s DictionaryItems.DictionaryType property.

See Also