BrowserHeight (Read Only)

Top  Previous  Next

Current height of the end-user browser window.

 

Delphi Syntax

 

var browserHeight : Integer;

browserHeight := Object.BrowserHeight;

 

Remarks

The browserHeight 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, ScreenWidth, ScreenHeight and ScreenResolution.