TdxUserSpellCheckerDictionary.DictionaryPath Property
In This Article
Specifies the dictionary file from which a user-defined dictionary is loaded, or where the dictionary is stored.
#Declaration
Delphi
property DictionaryPath: TFileName read; write;
#Property Value
Type |
---|
TFile |
#Remarks
The spell checker saves words to the dictionary file, if the Options property is udSaveOnUnload.
See Also