Is it possible to use Microsoft Edge (Chromium engine) in Delphi like TWebBrowser?

江枫思渺然 提交于 2020-03-19 03:47:07

问题


Microsoft announce new browser Edge browser based on chromium engine. Just wondering if it is possible embed the browser like TWebBrowser into a VCL application?


回答1:


At present, Microsoft developer is developing a Microsoft Edge WebView2 control, it enables you to host web content in your application using Microsoft Edge (Chromium) as the rendering engine. More detail information, see this article.

You could feedback your request at the bottom of this link.



来源:https://stackoverflow.com/questions/57609522/is-it-possible-to-use-microsoft-edge-chromium-engine-in-delphi-like-twebbrowse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!