Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
The visibility of variables
#1
Please help me. I can't figure out how to see (use) the variable described in the program in a JavaScript script. For example:

Public
mTextToPrint: String;
.....
procedure TfmViewCheck.IWAppFormShow(Sender: TObject);
begin
mTextToPrint := 'Текст для печати';
end;

язык JavaScript :
alert (mTextToPrint); - does not work
Reply


Messages In This Thread
The visibility of variables - by Сергей Александрович - 09-09-2020, 02:52 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)