TimerInterval Property

Sets or returns the interval, in milliseconds, between Timer events for a Form.

object.TimerInterval as Integer

Use

If this property is greater than zero, then the number of times the Timer event will occur is dependent on the value in the TimerCount property.

The timer resolution depends upon the limitations of the hardware and operating system, and can vary between several microseconds and about 18 milliseconds.

Note:

If this property is set to 0, then no Timer events will occur for the Form.

See Also

OnTimer property | TimerCount property

Applies To

Form object


© 2004-2021 looksoftware. All rights reserved.