JVCL Help:TJvTimerEvent.RepeatCount

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies the number of times the execution of the timer occurs.


Pascal

 propertyRepeatCount: Integer;


Description

Use the RepeatCount property to specify the number of times the execution of the timer occurs, when the Enabled property is set to true. The executions have an interval specified by the Interval property. On each execution the OnTimer event is fired.
Changing property RepeatCount to a value less than ExecCount sets Enabled to false.


See Also

TJvTimerEvent.Cycled, TJvTimerEvent.Interval, TJvTimerEvent.OnTimer


About

Notes

Set Cycled to false, otherwise the value of RepeatCount is ignored.


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