Page 1 of 1

Re: ProcessMessage

Posted: Sat Feb 02, 2019 6:01 pm
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.