Jump to content

Retrieving values which are changed in Javascript


Bernie07

Recommended Posts

Hello,

Is it possible to get values which are handled from javascript code.

For Example :

In Pascal I do the following :

  MyButton.JSInterface.JSProperty('MyProperty', ['Test']);

In the Click Event of ExtEvents I'm changing the value like :

function click(sender, e, eOpts)
{
  sender.MyProperty = 'Test 2';

}
 

Now I want in my Pascal code return the changed Value for MyProperty. Is this possible?

Best wishes

Bernhard


 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...