Is there a spell check in Windows (like in Mac OS X)? If yes, is there any way to use on a richedit on delphi 7?
I’ve been trying to find that answer on the internet but so far no answer.
code is appreciated.
thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no Built in Spell Check in Windows. Applications are required to implement there own. When it comes to Delphi you have several options, some of which include:
Addict is one of the more complete solutions, but I have used HunSpell successfully where Addict was not available. Addict and DevExpress are both compiled into the application.