JVCL Help:TJvThreadTimer.Interval
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvThreadTimer.Interval Property
[+] TJvThreadTimer Methods
[+] TJvThreadTimer Properties
Search in JVCL Help
Search in all projectsSummary
Determines the amount of time, in milliseconds, that passes before the timer component initiates another OnTimer event.
Pascal
propertyInterval: Cardinal;
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 100 (1/10 second).
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