TdxUserSpellCheckerDictionary.Options Property
Contains options for the user-defined dictionary.
Declaration
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