Width (Read Only)

Top  Previous  Next

Current width of the application.

 

Delphi Syntax

 

var width : Integer;

width := Object.Width;

 

Remarks

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