Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxISpellDictionary Class

Represents the ISpell dictionary.

#Declaration

Delphi
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