JVCL Help:TJvTimerList.OnFinish
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTimerList.OnFinish Property
[+] TJvTimerList Events
[+] TJvTimerList Methods
[+] TJvTimerList Properties
Search in JVCL Help
Search in all projectsSummary
Occurs when the timer list is deactivated.
Pascal
propertyOnFinish: TNotifyEvent;
Description
Write an OnFinish event handler to respond when the timer list is deactivated. The timer list is deactivated when Active is set to false or when all timers are done executing.
A timer is done executing if its Enabled property is set to false or property Cycled is set to false and the timer has executed RepeatCount times.
See Also
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