Sherzod Posted January 2, 2016 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
Sherzod Posted January 2, 2016 Posted January 2, 2016 Or UniSession.UniApplication.ScreenWidth; UniSession.UniApplication.ScreenHeight; Best regards. Quote
mofareh Posted February 15, 2024 Posted February 15, 2024 i cant get the screenwhidth of clinte Quote
Mehmet Emin Posted February 15, 2024 Posted February 15, 2024 procedure TMainForm.UniFormScreenResize(Sender: TObject; AWidth, AHeight: Integer); begin // just use AWidth in this event //var ScreenWidth := UniSession.UniApplication.ScreenWidth; end; Quote
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.