Width Property

The Width property determines the width of a form for Windows deployment, measured in pixels, or if ScrollBars is turned on, the width of the window the form is displayed in.

You can also change the Width property by adjusting the size of the form window in the Form Editor.

Note: Because of how WebFOCUS Maintain deploys applications, this property is no longer valid. However Version 4 applications that use this property are still supported.

Applies to: Forms.

Setting dynamically:

Winform Set form.WIDTH TO n;

WebFOCUS