WebSession.ClientWidth

From Xojo Documentation

Read-Only Property (As Integer )
IntegerValue = aWebSession.ClientWidth

New in 2020r1.1

Supported for all project types and targets.

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.