Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.153 Interval Property

Description:

Defines the interval between Animation image changes or Timer events for the Timer control.

Used in control(s):

Animation

Timer

Values:

0 to 65535 (milliseconds)

Animation

The Animation control produces an animation effect by displaying successive images. The value of Interval determines the time between image switches in milliseconds.

A low value of Interval may affect the operation of the application.

The image switch may not always happen precisely at the specified interval, depending on the state of the system.

Timer

The interval between Timer events, specified in milliseconds.

Default values:

Animation

300

Timer

1000

COBOL picture:

S9(9) COMP-5

OLE data type:

VT_I4

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

Timer

POW-INTERVALPIC S9(4) COMP-5