Height Property

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

You can also change the Height 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, WebFOCUS Maintain 4 applications that use this property are still supported.

Applies to: Forms.

Setting dynamically:

Winform Set form.HEIGHT TO n;

WebFOCUS