
WebView4Delphi allows you to embed Chromium based web browsers in your Delphi or Lazarus applications using the WebView2 runtime.
WebView4Delphi uses the Microsoft Edge WebView2 Runtime and Microsoft.Web.WebView2 NuGet package to embed a web browser.
Before you try WebView4Delphi you have to download the Microsoft Edge WebView2 Runtime from here :
https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section
If you install the evergreen version of the runtime it will be updated automatically with Windows Update but you can also decompress the fixed version in your computer and configure WebView4Delphi to use it.
WebView4Delphi also uses the latest stable version of the WebView2 nuget package 1.0.1054.31 found here :
https://www.nuget.org/packages/Microsoft.Web.WebView2
All the demos use the WebView2Loader.dll file included in the Microsoft.Web.WebView2 NuGet package. A copy of WebView2Loader.dll can be found in the bin32 and bin64 directories.
All the demos are configured to use the evergreen version of the runtime and the executable is created inside the bin32 and bin64 directories.