Back to Devexpress

TdxAffixCompressionDictionary Class

vcl-dxispelldecompressor-cd549388.md

latest1.3 KB
Original Source

TdxAffixCompressionDictionary Class

Represents the base class for affix-compressed dictionaries (ISpell and Hunspell dictionaries).

Declaration

delphi
TdxAffixCompressionDictionary = class(
    TdxSpellCheckerDictionary
)

Remarks

The TdxAffixCompressionDictionary declares the DictionaryPath and GrammarPath properties. These properties specify dictionary files and rules used to build dictionaries from base words.

Do not use this class directly. Use its descendants instead.

Inheritance

TObject TPersistent TdxSpellCheckerPersistent TdxCustomSpellCheckerDictionary TdxSpellCheckerDictionary TdxAffixCompressionDictionary

See Also

TdxAffixCompressionDictionary Members

dxISpellDecompressor Unit