I really would like to add this as a comment, but I lack a reputation. : / In any case - because I check the HTML source quite often, I declare
CefStringVisitor := TCefFastStringVisitor.Create(StringVisitor);
once at the beginning of the program and then use only
function GetSourceHTML: string; begin Chromium1.Browser.MainFrame.GetSource(CefStringVisitor); end;
I would like to ask if there is something I need to know about this - maybe this is a bad idea?
source share