Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CallBackResponse not working all the times
#5
I have a TIWAppForm with an TIWLabel (TXTWIDTH) that is updated with the following code:

procedure TIndex.cmdLoginAsyncMouseOver(Sender: TObject; EventParams: TStringList);
var
js: string;
begin
js:='document.getElementById("TXTWIDTH").innerHTML = screen.width;';
WebApplication.CallBackResponse.AddJavaScriptToExecuteAsCDATA(js);
end;

How can I get the value of TXTWIDTH label?
Reply


Messages In This Thread
RE: CallBackResponse not working all the times - by promi8eas - 02-15-2020, 07:37 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)