Spell checker in TWebBrowser (TEmbeddedWB) control
问题 Internet Explorer 10 has built in spell checker and it works just fine. I tried to create a small HTML page to test it with following contents: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML lang=en xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"><HEAD> <META name=GENERATOR content="MSHTML 10.00.9200.16721"></HEAD> <BODY spellcheck=true contentEditable=true style="MARGIN: 0.5em"> <P>Theze ara mispeled wordz</P> </BODY></HTML> All that is needed is to put properties