ScreenWidth (Read Only)

Top  Previous  Next

Width of the end-user screen.

 

Delphi Syntax

 

var screenWidth : Integer;

screenWidth := Object.ScreenWidth;

 

Remarks

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

 

See also

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