摘要: 我们可以使用navigate方法来使TWebbrowser显示指定的内容,也可以使用下面的方法来设置TWebbrowser的显示内容:var Doc: IHTMLDocument2;begin Doc := WebBrowser.Document as IHTMLDocument2; if Assigned(Doc) and Assigned(Doc.body) then Doc.body.inn... 阅读全文
posted @ 2010-12-03 12:06 garfieldtom 阅读(398) 评论(0) 推荐(1)