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 ResizeRemote method.

 

See also

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