Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.325 WindowAdjustment Property

Description:

Indicates whether to match the size of the MCI control window with the size of the media image.

Used in control(s):

MCI

Values (with constants):

0 - Standard:(POW-MCIWINADJUST-STANDARD)
No adjustment.

1 - Adjust Control Window: (POW-MCIWINADJUST-CONTROLWINDOW)
Adjusts image to fit window.

2 - Adjust Device Frame:(POW-MCIWINADJUST-DEVICEFRAME)
Adjust window to fit image.

It is only effective when the UseControlWindow property is True.

Default value:

0 - Standard:(POW-MCIWINADJUST-STANDARD)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_I2

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

None.