Sets or returns the number of times that a Timer event should be triggered for the Form.
object.TimerCount as Integer
If this property is set to zero, then Timer events will be triggered continuously, until the Form is closed.
The timer resolution depends upon the limitations of the hardware and operating system, and can vary between several microseconds and about 18 milliseconds.
OnTimer property | TimerInterval property
© 2004-2021 looksoftware. All rights reserved.