d.bernaert Posted October 3, 2020 Posted October 3, 2020 Hi, How can I detect when a user changes the orientation of the device? I need to adjust the user interface when the device changes from portrait to landscape and the other way around. Thx, Dominique
Mehmet Emin Posted October 3, 2020 Posted October 3, 2020 Use this event of the form, you can get the new width/height: UnimFormResize(Sender: TObject);
Recommended Posts