David Marcus 1 Posted November 21, 2022 I created an app in the IDE running on a 96 DPI monitor. I run the app on a 260 DPI monitor. If I have Delphi autocreate a form, then CurrentPPI in the FormCreate event is the monitor DPI (240). If I create a form in code, then CurrentPPI in the FormCreate event is 96 (and the form then gets resized). This isn't a problem. But, I'm wondering why they are different. Share this post Link to post