Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.129 Height Property

Description:

Defines the height of the control or object.

Used in controls/objects:

All sizable controls and the Form object.

Value:

The height of the control, or form, specified in the units defined by the ScaleMode property.

ComboBox

When the Style property is not "0 - Simple" and the AutoSize property is True, the value does not include the height of the list box part.

DriveList

When the AutoSize property is True, the value does not include the height of the list box part.

Default value:

None.

COBOL picture:

S9(9) COMP-5

OLE data type:

VT_I4

Design time access:

ComboBox

Set and reference.

Drivelist

Set and reference.

Form

Not accessible.

Toolbar

Reference only.

Others

Set and reference.

Execution time access:

ComboBox

Set and reference.

Drivelist

Set and reference.

Toolbar

Reference only.

Others

Set and reference.

Backward compatibility attribute:

POW-POSITION - made up of the following elements. This property corresponds to POS-HEIGHT.

01 POSITIONS.
02 POS-X
PIC S9(4) COMP-5.
02 POS-Y
PIC S9(4) COMP-5.
02 POS-WIDTH
PIC S9(4) COMP-5.
02 POS-HEIGHT
PIC S9(4) COMP-5.