08-15-2021, 02:28 PM
Hi,
Is there a way to pass Delphi var to a javascript variable?
I know that I can call WebApplication.CallBackResponse.AddJavaScriptToExecute
to execute a javascript function and pass it the actual string (i.e. value of the variable).
But if I don't want to expose the contents of the delphi variable in html/javascript,
how do I pass it?
Thanks,
Joe
Is there a way to pass Delphi var to a javascript variable?
I know that I can call WebApplication.CallBackResponse.AddJavaScriptToExecute
to execute a javascript function and pass it the actual string (i.e. value of the variable).
But if I don't want to expose the contents of the delphi variable in html/javascript,
how do I pass it?
Thanks,
Joe