Sets or returns the interval, in milliseconds, between Timer events for a Form.
object.TimerInterval as Integer
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.
If this property is set to 0, then no Timer events will occur for the Form.
OnTimer property | TimerCount property
© 2004-2021 looksoftware. All rights reserved.