How to disable spelling check
Posted: Thu Mar 23, 2017 10:42 am
I'm trying with last demo disabling spelling check.
But it doesn't work, like it works with DevExress controls.
After execution of code above, the red wave lines disappear, but if you type any char they became visible.
Code: Select all
RVdxSpellChecker1.CheckAsYouTypeOptions.Active := False;
RVdxSpellChecker1.UpdateRules;
cxTRichViewEdit1.InnerEditor.ClearLiveSpellingResults;
After execution of code above, the red wave lines disappear, but if you type any char they became visible.