JVCL Help:TJvTimerList.Active

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies whether the timer list is active.


Pascal

 propertyActive: Boolean;


Description

Read Active to determine whether the timer list active. If Active is true, then the time list has created an internal timer used for all timer event objects. If Active is false, then all timers are paused.
You don't have to change Active. This is done automatically when you change the Enabled property of a timer;

  • Setting an Enabled property of a TJvTimerEvent object to true, automatically activates the timer list (i.e., set Active to true) * When all Enabled properties of the timers in a timer list are set to false, the timer is automatically deactivated.

But you can change the active state of the timers explicitly: Set Active to false to pause all timers. Set Active to true to resume the timers whose Enabled property are set to true. Changing Active will not change any Enabled property of the timer events.


See Also

TJvTimerEvents.Activate, TJvTimerEvents.Deactivate


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