Height (Read Only)

Top  Previous  Next

Current height of the application.

 

Delphi Syntax

 

var height : Integer;

height := Object.Height;

 

Remarks

The height 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, BrowserWidth, BrowserHeight, ScreenWidth, ScreenHeight and ScreenResolution.