TimerCount Property

Sets or returns the number of times that a Timer event should be triggered for the Form.

object.TimerCount as Integer

Use

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.

See Also

OnTimer property | TimerInterval property

Applies To

Form object


© 2004-2021 looksoftware. All rights reserved.