JVCL Help:TJvThreadTimer.KeepAlive
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvThreadTimer.KeepAlive Property
[+] TJvThreadTimer Methods
[+] TJvThreadTimer Properties
Search in JVCL Help
Search in all projectsSummary
Indicates whether to keep the thread alive while disabling the timer.
Pascal
propertyKeepAlive: Boolean;
Description
Use KeepAlive to specify whether the timer should keep the thread alive or destroy the thread when Enabled is set to false.
Set KeepAlive to false to destroy the thread when Enabled is set to false. When Enabled is set to true again, the timer will create a new thread. Set KeepAlive to true to suspend but not destroy the thread if Enabled is set to false.
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