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