Browser Width (Read Only)

Top  Previous  Next

Current width of the end-user browser window.

 

Delphi Syntax

 

var browserWidth : Integer;

browserWidth := Object.BrowserWidth;

 

Remarks

The browserWidth 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, BrowserHeight, ScreenWidth, ScreenHeight and ScreenResolution regarding the application resolution.