JVCL Help:TJvTimerList.OnTimers
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTimerList.OnTimers Event
[+] TJvTimerList Events
[+] TJvTimerList Methods
[+] TJvTimerList Properties
Search in JVCL Help
Search in all projectsSummary
Occurs for each timer that executes.
Pascal
TAllTimersEvent = procedure (Sender: TObject; Handle: Longint) ofobject;
propertyOnTimers: TAllTimersEvent;
Parameters
Parameters | Description |
Handle | Identifies the timer that has fired in the list. |
Sender | The timer list that maintains the timer that has fired. |
Description
Write an OnTimers event handler to handle the execution of all timers in 1 procedure; thus, you don't have to write a specific event handle for each timer in the list. The OnTimers event is fired each time a timer's interval is reached.
See Also
TJvTimerEvent.Handle, TJvTimerEvent.OnTimer
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