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

TdxUserSpellCheckerDictionary.Options Property

Contains options for the user-defined dictionary.

#Declaration

Delphi
property Options: TdxUserSpellCheckerDictionaryOptions read; write; default [udSaveOnUnload];

#Property Value

Type
TdxUserSpellCheckerDictionaryOptions

#Remarks

Values include:

Value Meaning
udFileMustExist Specifies whether dictionary content is to be loaded from a dictionary file specified by the DictionaryPath property. If this option is active and the dictionary file is not specified, a runtime exception will be thrown.
udSaveOnUnload Saves in-memory dictionary content to a dictionary file specified by the DictionaryPath property. If this option is active and the dictionary file is not specified, a runtime exception will be thrown.

The default value of the Options property is [udSaveOnUnload].

See Also