Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.16 AutoPlay Property

Description:

Indicates whether the animation or media is started automatically.

Used in control(s):

Animation

MCI

Values (with constants):

True:Starts automatically.(POW-TRUE)

False:Does not start automatically.(POW-FALSE)

Default value:

False(POW-FALSE)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_BOOL

Design time access:

Set and reference.

Execution time access:

Reference only.

Backward compatibility attribute:

None.