On Windows 10, the system no longer requires restart (logoff/logon) to change DPI (text size).
My application is not ready for such a runtime change.
How doe
Since C++ Builder 10.3 you can use these form events:
Of course you also need to set DPI Awareness to PerMonitorV2 in the application manifest in the project settings.