AMIT Posted January 1, 2016 Share Posted January 1, 2016 How to get the Client Screen resolution? Quote Link to comment Share on other sites More sharing options...
Sherzod Posted January 2, 2016 Share Posted January 2, 2016 Hi, Also, you can use OnScreenResize event procedure TMainForm.UniFormScreenResize(Sender: TObject; AWidth, AHeight: Integer); begin // AWidth; // AHeight; end; Best regards. Quote Link to comment Share on other sites More sharing options...
Sherzod Posted January 2, 2016 Share Posted January 2, 2016 Or UniSession.UniApplication.ScreenWidth; UniSession.UniApplication.ScreenHeight; Best regards. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.