Jump to content

sync label


Georges Soares

Recommended Posts

I need to run a client call to change a LABEL

I do this:

 UniSession.AddJS(UniLabel2.JSName + '.setText("Georges")');

and then I need to get this value on the server, and I do this, but it does not come with the changed value but the original.

 UniEdit1.Text := UniLabel2.Text 

 

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...