JVCL Help:TJvTimerEvent.Interval

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

Search in JVCL Help

 
Search in all projects
 

Summary

Determines the amount of time, in milliseconds, that passes before the timer component initiates another OnTimer event.


Pascal

 propertyInterval: Longint;


Description

Interval determines how frequently the OnTimer event occurs. Each time the specified interval passes, the OnTimer event occurs.
Use Interval to specify any cardinal value as the interval between OnTimer events. The default value is 1000 (one second).


See Also

TJvTimerEvent.AsSeconds


About

Notes

A 0 value is valid, however the timer will not call an OnTimer event for a value of 0.


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