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!
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!
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.