Realbasic.Rect.Width

From Xojo Documentation

Property (As Integer )
aRealbasic.Rect.Width = newIntegerValue
or
IntegerValue = aRealbasic.Rect.Width

Supported for all project types and targets.

The width of the rect.

Sample Code

This example increases the width by 50 pixels:

myRect.Width = myWidth.Width + 50