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.

ProcessMessage

Post Reply
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: ProcessMessage

Post by salvadordf »

HasBrowser is a custom function defined in that answer as :

Code: Select all

function TformBrowser.HasBrowser: boolean;
begin
  Result := Assigned(Chromium1.browser);
end;
TCefProcessMessageRef is available in uCEFProcessMessage.pas

Keep in mind that the link you posted is more than 3 years old and it uses DCEF3.
You might need to make some modifications.
Post Reply