JVCL Help:TJvTimerEvent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTimerEvent Class
[+] JvTimerList.pas Classes
[+] TJvTimerEvent Methods
[+] TJvTimerEvent Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvTimerEvent
run\JvTimerList.pas
Summary
Represents a timer in a timer list.
Pascal
run\JvTimerList.pas
TJvTimerEvent = class(TCollectionItem);
Description
TJvTimerEvent represents a timer in a timer list. It has the same properties as a TTimer component: Enabled, Interval and OnTimer.
Additionally, you can specify whether the timer should execute indefinitely or a specific number of times. Use the Cycled and RepeatCount properties for this task.
A TJvTimerEvent object can be identified by its Handle or Name property. Handle is not a windows handle. You can not use it in calls to windows API's. It is just a number that identifies a timer uniquely in a timer list.
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