JVCL Help:TJvTimerList.Events

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

Search in JVCL Help

 
Search in all projects
 

Summary

Provides indexed access to the TJvTimerEvent objects maintained by the timer list.


Pascal

 propertyEvents: TJvTimerEvents;


Description

Use Items to access the properties of the TJvTimerEvent objects maintained by TJvTimerList.


See Also

TJvTimerList.Add


About

Notes

At run-time the timer list ensures that this list is sorted based on the Interval property of the timer events; thus, direct access to Events is not recommended, better use ItemByHandle for access to timer events and Add for adding a new timer event.


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