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.
Code: Select all
function TformBrowser.HasBrowser: boolean;
begin
Result := Assigned(Chromium1.browser);
end;