<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body>
    <div class="moz-cite-prefix">Le 25/08/2020 à 13:46, Mgr. Janusz
      Chmiel a écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:A42A2583A5BE4AEEBB40E7FFA5D67FD6@DESKTOPN6LG1HQ">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      <meta name="GENERATOR" content="MSHTML 11.00.10570.1001">
      <div><span class="341104311-25082020"><font size="2" face="Arial"
            color="#0000ff">Dear MR SUZINEAU,</font></span></div>
      <div><span class="341104311-25082020"><font size="2" face="Arial"
            color="#0000ff">You have given Me perfect advice. Code can
            be compiled with no issues. But my screen reader even its
            build in OCR function from screen do not see </font>    The
          text of The button.</span></div>
      <div><span class="341104311-25082020">Please would you try, if
          this code produces button which you can see on The screen?</span></div>
      <div><span class="341104311-25082020">Or really, button is not
          presented?</span></div>
    </blockquote>
    <p>I confirm your test, I don't get the button too.</p>
    <p>I've added a WriteLn at the beginning of TMyApplication.doRun:<br>
    </p>
    <p>procedure TMyApplication.doRun;<br>
      var<br>
         FMyPage: TWebPage;<br>
         FMyButton: TButtonWidget;<br>
      begin<br>
           WriteLn('TMyApplication.doRun;');<br>
           FMyPage:=TWebPage.Create(Self);<br>
      <br>
           FMyButton:=TButtonWidget.Create(Self);<br>
           FMyButton.Parent:=FMyPage;<br>
           FMyButton.Text:='Start The code';<br>
      <br>
           Terminate;<br>
      end;<br>
    </p>
    <p>Upon execution of the page, there is the trace of the WriteLn, "TMyApplication.doRun;
      " in the console Window, but I don't get the button.<br>
      <br>
      <br>
    </p>
  </body>
</html>