ScreenHeight (Read Only)

Top  Previous  Next

Height of the end-user screen.

 

Delphi Syntax

 

var screenHeight : Integer;

screenHeight := Object.ScreenHeight;

 

Remarks

The screenHeight is a read only property. In order to modify the application height, you should use the method ResizeRemote.

 

See also

You may also read the topics Width, Height, BrowserWidth, BrowserHeight, ScreenWidth and ScreenResolution regarding the application resolution.