Delphi XE8 and Firemonkey: Integration between webbrowser javascript and system

4

I'm using the TWebBrowser component of Delphi to create a system that interacts with the site. So far so good! I can execute the javascripts of the site correctly, the problem is when I need to get a response from the javascript function and pass it to Delphi, I do not think anything does that.

For example, I click on a button in Delphi and run the JS function inside TWebBrowser , it returns True as value, I need Delphi to receive this value in a variable or something.

    
asked by anonymous 27.05.2015 / 16:32

1 answer

-1

I've already resolved using this:

But if someone else knows how to do it, get the best of it.

    
27.05.2015 / 16:52