[Pas2js] browserconsole strange behaviour

Jean SUZINEAU Jean.Suzineau at wanadoo.fr
Wed Sep 16 12:14:14 CEST 2020


I think it's a debug message added for tuning the code during development.

The console says it comes from unit System.pas line 601. if you put a 
breakpoint on this line in Firefox or Seamonkey and relaod the page, 
you'll see in the call stack that it occurs during a call to 
TCustomInputWidget.ApplyWidgetSettings
in htmlwidgets.pp line 2625 where you will find :
Writeln('Setting inner text to "',FText,'"');


More information about the Pas2js mailing list