JVCL Help:TJvTimerEvent

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvTimerEvent
run\JvTimerList.pas


Summary

Represents a timer in a timer list.

run\JvTimerList.pas


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.

run\JvTimerList.pas


See Also

TJvTimerList

run\JvTimerList.pas


About

Navigation

run\JvTimerList.pas



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