Trying to my Delphi 2010 application more user freindly in high DPI modes in Windows 7 I have been trying several methods to retrive PixelsPerInch and compare to 96. Alas, n
I think you need to mark your application as being high DPI aware by including this in your application manifest:
true
Details on declaring DPI awareness are given here.
It seems like you are currently falling back to what is called DPI Virtualization.