I See only one solution, make free all dictionary's from RvDxSpellChecker1 and then free RvDxSpellChecker1.
What do you think about it? It's seems to be a noobish solution but I can't find alternative
Search found 2 matches
- Fri Mar 24, 2017 12:00 am
- Forum: Support
- Topic: How to disable spelling check
- Replies: 2
- Views: 10208
- Thu Mar 23, 2017 10:42 am
- Forum: Support
- Topic: How to disable spelling check
- Replies: 2
- Views: 10208
How to disable spelling check
I'm trying with last demo disabling spelling check.
RVdxSpellChecker1.CheckAsYouTypeOptions.Active := False;
RVdxSpellChecker1.UpdateRules;
cxTRichViewEdit1.InnerEditor.ClearLiveSpellingResults;
But it doesn't work, like it works with DevExress controls.
After execution of code above, the red ...
RVdxSpellChecker1.CheckAsYouTypeOptions.Active := False;
RVdxSpellChecker1.UpdateRules;
cxTRichViewEdit1.InnerEditor.ClearLiveSpellingResults;
But it doesn't work, like it works with DevExress controls.
After execution of code above, the red ...