The width of the control.
An integer in the unit of measure specified for the DataWindow object. Units of measure include Normalized units, thousandths of an inch (1000 = 1 inch), thousandths of a centimeter (1000 = 1 centimeter), or pixels.
The following statement causes the width of a rectangle to be 500 Normalized units if the state column for the row has the value NY. Otherwise, the rectangle is 1000 Normalized units wide:
if (state = 'NY', 500, 1000)