WebSession.ClientWidth
From Xojo Documentation
Read-Only Property (As Integer )
The width of the client's browser when the session beqan.
Notes
If you app has different sized layouts for different sized browsers (both desktop and mobile browsers for example), the ClientWidth (and ClientHeight) property can be used to determine which layout to show.
See Also
ClientHeight property.