Windows spell check and delphi 7?
Is there a spell check in Windows (like开发者_如何学JAVA 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 Spell Check
- HunSpell
- LS Spell
- Express Spell checker
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.
精彩评论