Now that the Microsoft Chromium Edge is final, is it possible to use it in Delphi or C++ Builder?
As I understand it is based on a WebView2
component.
Is there a component such as TWebView2
or will Embarcadero provide one? Is there an example how to host WebView2 in Delphi / C++ Builder?
Is it enough to install the latest Edge version so the app can utilize it?
There was an example for the older version - EdgeHTML - here: Using WebView (EdgeHTML) in Delphi / C++ Builder
Update: the question above has been updated with the new version of Edge in 10.4+ release of RAD Studio which uses WebView2 now. So see the above question.