Currently we use TWebBrowser
component to embed IE to our desktop application. To call a Delphi code from a script running in the embedded browser we have implemented support for the window.external
object as described here: http://www.delphidabbler.com/articles/article-22
Now, for many reasons, we need to switch to a modern browser. We already upgraded to Delphi 10.4 which introduces new TEdgeBrowser
component (MS Edge based on Chromium). Is it possible to use the window.external
also for TEdgeBrowser
? If so, how? Or is there other way how to call native code from a script in the embedded browser?