JVCL Help:TJvTimerEvent.Cycled

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 executes indefinitely or a specific number of times.


Pascal

 propertyCycled: Boolean;


Description

Set Cycled to true to specify that the timer should execute indefinitely. Set Cycled to false to specify that the timer should execute a number of times specified by the RepeatCount property.
You can change Cycled when the timer is enabled. After setting Cycled to false when the timer is enabled, the timer will execute minimal once.


See Also

TJvTimerEvent.Enabled, TJvTimerEvent.ExecCount, TJvTimerEvent.RepeatCount


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