Skip to content

Releases: salvadordf/WebView4Delphi

WebView4Delphi

10 Feb 16:14
Compare
Choose a tag to compare

WebView4Delphi is an open source project created by Salvador Díaz Fau to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC.

WebView4Delphi only supports Windows. If you need to embed a web browser in Linux, Windows or MacOS consider using CEF4Delphi instead.

WebView4Delphi uses the Microsoft Edge WebView2 Runtime and Microsoft.Web.WebView2 NuGet package version 1.0.1108.44 to embed a web browser.

WebView4Delphi was developed and tested on Delphi 11.0, Delphi XE3 and Lazarus 2.2.0/FPC 3.2.2.

WebView4Delphi includes VCL, FireMonkey (FMX) and Lazarus components.

WebView4Delphi

10 Feb 16:09
Compare
Choose a tag to compare

WebView4Delphi is an open source project created by Salvador Díaz Fau to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC.

WebView4Delphi only supports Windows. If you need to embed a web browser in Linux, Windows or MacOS consider using CEF4Delphi instead.

WebView4Delphi uses the Microsoft Edge WebView2 Runtime and Microsoft.Web.WebView2 NuGet package version 1.0.1108.44 to embed a web browser.

WebView4Delphi was developed and tested on Delphi 11.0, Delphi XE3 and Lazarus 2.2.0/FPC 3.2.2.

WebView4Delphi includes VCL, FireMonkey (FMX) and Lazarus components.

WebView4Delphi

11 Jan 14:32
Compare
Choose a tag to compare

WebView4Delphi is an open source project created by Salvador Díaz Fau to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC.

WebView4Delphi only supports Windows. If you need to embed a web browser in Linux, Windows or MacOS consider using CEF4Delphi instead.

WebView4Delphi uses the Microsoft Edge WebView2 Runtime and Microsoft.Web.WebView2 NuGet package version 1.0.1072.54 to embed a web browser.

WebView4Delphi was developed and tested on Delphi 11.0, Delphi XE3 and Lazarus 2.2.0/FPC 3.2.2.

WebView4Delphi includes VCL, FireMonkey (FMX) and Lazarus components.

WebView4Delphi

05 Dec 08:52
Compare
Choose a tag to compare

WebView4Delphi is an open source project created by Salvador Díaz Fau to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC for Windows.

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. 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 uses the WebView2Loader.dll file included in the Microsoft.Web.WebView2 NuGet package version 1.0.1054.31. 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.

WebView4Delphi was developed and tested on Delphi 11.0 and Lazarus 2.2.0RC2/FPC 3.2.2. It should be compatible with Delphi XE3 or newer Delphi version but testing in those versions is still pending. WebView4Delphi includes VCL, FireMonkey (FMX) and Lazarus components.