<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Am 10.12.2016 um 12:40 schrieb Ondrej Pokorny via Lazarus:<br>
    <blockquote
      cite="mid:ad3da043-797c-3068-0ed5-916eedf35e86@kluug.net"
      type="cite">
      <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
      <div class="moz-text-flowed" style="font-family: -moz-fixed;
        font-size: 14px;" lang="x-unicode">On 10.12.2016 11:13, zeljko
        wrote: <br>
        <blockquote type="cite" style="color: #000000;">Is there any
          chance to have TApplication property which will disable Scaled
          (even when Scaled=True) for complete application (Design and
          RunTime) ? <br>
        </blockquote>
        <br>
        I thought about it already but I haven't solved one issue: how
        should that property be reliably read both in design and run
        time? <br>
        <br>
        We'd need some kind of project option (in .lpi) that would
        automatically set the corresponding TApplication property in
        .lpr - something like TApplication.Title (that can be set in
        project options). I am still not 100% sure about it, but it may
        be the only one solution. Any suggestions are welcome! <br>
      </div>
    </blockquote>
    <br>
    Oh, then we get a global switch to enable/disable high DPI support
    OS independet (as defined in the Windows manifest - and then this
    value has to take care about that switch).<br>
    <br>
    Michl<br>
  </body>
</html>