Skip to main content

TdxSpellCheckerDictionary Properties

The base class for the ISpell, OpenOffice, and user-defined dictionaries.
Name Description
Active Returns whether the dictionary is used for spell checking. Inherited from TdxCustomSpellCheckerDictionary.
Alphabet Specifies the corresponding language’s alphabet. Inherited from TdxCustomSpellCheckerDictionary.
CheckCapitalization Specifies whether a dictionary supports a case-sensitive search.
CodePage Specifies the dictionary’s code page. Inherited from TdxCustomSpellCheckerDictionary.
Enabled Specifies whether the dictionary is enabled. Inherited from TdxCustomSpellCheckerDictionary.
Language Specifies the dictionary’s language. Inherited from TdxCustomSpellCheckerDictionary.
Loaded Returns whether the dictionary is loaded into memory. Inherited from TdxCustomSpellCheckerDictionary.
SpellChecker Returns a spell checker. Inherited from TdxSpellCheckerPersistent.
WordCount Returns the number of words in the dictionary.
See Also