z505

Results 7 issues of z505

Hi, This simple program code: ` Chromium1.Browser.MainFrame.LoadString('', 'about:blank');` Causes a memory leak when I close the application. I used EurekaLog which tracks memory leaks. LoadString is not required for the...

A few people have wondered how to change the user agent and found the only way to do it is to modify it directly in the sources itself. Are you...

On sample code found on the internet there are functions such as: `Doc.Body.AddEventListenerProc('mousedown', True, MouseDownCallback);` In the current source on github it seems AddEventListenerProc and all listener related functions do...

There is an issue in Delphi 10 Seattle and maybe other delphi copies where it cannot find the syntax highlighters even with search paths setup... If I move all the...

Do you know if any of the forks implement a way to call Go Code from html/javascript without having to use more convoluted solutions like an HTTP server/xml requests? i.e....

Hi, nice project alternative to GNU MP Is there any documentation on the functions as HTML or a help web page? Or just read the source file comments? One reason...

Hey, looks like a great project. You might want to mention the license in the readme file on the github page whether it's mit/bsd like license, public domain, modified LGPL,...