Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.324 Width Property

Description:

Defines the width of the control or object.

Used:

Controls

Sizable controls.

Objects

Column

Form

TableColumn

Values:

Column and TableColumn

The width of the column specified in the units defined by the ScaleMode property.

Others

The width of the control, or object, specified in the units defined by the ScaleMode property.

Default value:

Column and TableColumn

100 pixels (when ScaleMode property is "0 - Pixel")

Others

None.

COBOL PICTURE:

Column and TableColumn

COMP-1

Others

S9(9) COMP-5

OLE data type:

Column and TableColumn

OLE_XSIZE_CONTAINER

Others

VT_I4

Design time access:

Form

Not accessible.

Toolbar

Set and reference.

Note that, when the Align property is "1 - Top" or "2 - Bottom", this is reference only.

Others

Set and reference.

Execution time access:

Toolbar

Set and reference.

Note that, when the Align property is "1 - Top" or "2 - Bottom", this is reference only.

Others

Set and reference.

Backward compatibility attribute:

Column and TableColumn

None.

Others

POW-POSITION - made up of the following elements.

This property corresponds to POS-WIDTH.

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.