JVCL Help:TJvTimerEvent.AsSeconds

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 seconds, that passes before the timer component initiates another OnTimer event.


Pascal

 propertyAsSeconds: Cardinal;


Description

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


See Also

TJvTimerEvent.Interval


About

Notes

Reading AsSeconds returns the truncated actual interval - that is set in milliseconds. For example if you set Interval to 999, AsSeconds returns 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