Re: ProcessMessage
Posted: Sat Feb 02, 2019 6:01 pm
HasBrowser is a custom function defined in that answer as :
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.
Code: Select all
function TformBrowser.HasBrowser: boolean;
begin
Result := Assigned(Chromium1.browser);
end;
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.