Can you return a value using the Javascript bridge in TAdvWebBrowser

Hi

When using the Javascript bridge to call Delphi, I know you can pass a parameter across to Delphi but is it possible to return a value from Delphi back to JavaScript as part of the same call?

Regards

Stephen

At this moment there is no such implementation to do this in the same call.
The Delphi app would need to do a new call to the JavaScript

Ok, thanks. We will try that.