Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.311 UseControlWindow Property

Description:

Indicates whether the MCI control window is displayed when the media is played.

Used in control(s):

MCI

Values (with constants):

True:Displays control window. (POW-TRUE)

False:Does not display the control window.(POW-FALSE)

Default value:

False:Does not display the control window.(POW-FALSE)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_BOOL

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

None.