JVCL Help:TJvTimerList.OnFinish

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 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

TJvTimerList.Active


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