JVCL Help:TJvTimerEvent.OnTimer

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs when a specified amount of time, determined by the Interval property, has passed.


Pascal

 propertyOnTimer: TNotifyEvent;


Description

Write an OnTimer event handler to execute an action at regular intervals.
The Interval property of a timer determines how frequently the OnTimer event occurs. Each time the specified interval passes, the OnTimer event occurs.
You can also write an OnTimers event handler to handle the execution of all timers in one procedure.


See Also

TJvTimerEvent.AsSeconds, TJvTimerEvent.Interval, TJvTimerList.OnTimers


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page