Re: about TMyV8Handler = class(TCefv8HandlerOwn)
Posted: Tue Mar 20, 2018 7:44 am
Hi,
JavaScript is executed in a different process than the main browser process. This means that you can't access form variables from JavaScript because windows processes are isolated.
Try sending messages between processes as explained in the JavaScript demos comments.
JavaScript is executed in a different process than the main browser process. This means that you can't access form variables from JavaScript because windows processes are isolated.
Try sending messages between processes as explained in the JavaScript demos comments.