CEF4Delphi is an open source project to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC for Windows, Linux and MacOS.
Go to file
Salvador Díaz Fau d4dd717f51 Added a new option to the DOMVisitor context menu and new option to the config button to the MiniBrowser demo
- The DOMVisitor demo now has a context menu option to copy the HTML inside the body element to the clipboard.
- The MiniBrowser demo now has a config button option to load local HTML files using a DATA url.
2018-04-27 17:42:03 +02:00
bin New PopupBrowser demo 2018-02-18 21:22:10 +01:00
demos Added a new option to the DOMVisitor context menu and new option to the config button to the MiniBrowser demo 2018-04-27 17:42:03 +02:00
packages Update to CEF 3.3359.1768.g8e7c5d6 2018-04-20 12:45:06 +02:00
source Update to CEF 3.3359.1768.g8e7c5d6 2018-04-20 12:45:06 +02:00
README.md Update to CEF 3.3359.1768.g8e7c5d6 2018-04-20 12:47:22 +02:00

CEF4Delphi

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

CEF4Delphi is based on DCEF3, made by Henri Gourvest. The original license of DCEF3 still applies to CEF4Delphi. Read the license terms in the first lines of any *.pas file.

CEF4Delphi uses CEF 3.3359.1768.g8e7c5d6 which includes Chromium 66.0.3359.117. The CEF3 binaries used by CEF4Delphi are available for download at spotify :

32bit -> http://opensource.spotify.com/cefbuilds/cef_binary_3.3359.1768.g8e7c5d6_windows32.tar.bz2

64bit -> http://opensource.spotify.com/cefbuilds/cef_binary_3.3359.1768.g8e7c5d6_windows64.tar.bz2

CEF4Delphi was developed and tested on Delphi 10.2 Tokyo and it has been tested in Delphi 7, Delphi XE and Delphi 10. CEF4Delphi includes VCL and FireMonkey (FMX) components.

For more information about CEF4Delphi visit : https://www.briskbard.com/index.php?lang=en&pageid=cef

Forum : https://www.briskbard.com/forum

These components need Windows 7, 8, 8.1, 10 or newer to run. If you need Windows XP and Vista support use OldCEF4Delphi : https://github.com/salvadordf/OldCEF4Delphi