Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.
I uploaded a new update for CEF4Delphi with the following changes :
Updated to CEF 3.3202.1683.gb095524 which includes Chromium 62.0.3202.89
Now all the demos create the EXE in the BIN directory. Read the Readme.txt file in that directory for more information.
Added the TChromium.RetrieveText functions to get the displayed text. It works like the TChromium.RetrieveHTML functions. You can call it without parameters to get all the text or specify a frame. The results will be received in the TChromium.OnTextResultAvailable event.
After having updated to this version the IDE gives me the error message saying I should have all the CEF3 files in the folder where the .exe is.
Is it necessary to add extra files or folders when using this release?
The CEF4Delphi\bin folder should look like this to make the MiniBrowser work :
As commented in the first link, you have to download the CEF3 binaries from the link in this thread or the readme.md file.
Then copy the contents of the Release and Resource directories to the CEF4Delphi\bin directory.
(Notice how cef_sandbox.lib and libcef.lib can be omitted.)