Page 1 of 1

Addict Spell check

Posted: Fri Jun 22, 2007 5:05 pm
by remixtech
Hello,

I have seen that when you do a spell check, the editor spell check after the caret position ... Is it possible to check all the document (Show a message when addict is at the end of the document to recheck from the begining ?

Thanks

Posted: Sun Jun 24, 2007 8:33 am
by Sergey Tkachenko
It depends on the last parameter of CheckRichViewEdit: CheckType. You can call it first with CheckType=ctFromCursor, then display the question, then call with CheckType = ctAll.