TdxUserSpellCheckerDictionary.Options Property
In This Article
Contains options for the user-defined dictionary.
#Declaration
Delphi
property Options: TdxUserSpellCheckerDictionaryOptions read; write; default [udSaveOnUnload];
#Property Value
Type |
---|
Tdx |
#Remarks
Values include:
Value | Meaning |
---|---|
ud |
Specifies whether dictionary content is to be loaded from a dictionary file specified by the Dictionary |
ud |
Saves in-memory dictionary content to a dictionary file specified by the Dictionary |
The default value of the Options property is [udSaveOnUnload].
See Also