JVCL Help:TJvTimerEvents.Items

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 in the collection.


Pascal

 propertyItems [Index: Integer]: TJvTimerEvent;


Description

Use Items to access the properties of the TJvTimerEvent objects maintained by TJvTimerEvents.
Items is the default property of TJvTimerEvents, so the name of the Items property can be left off when using this property. Thus the line
FirstTimer := TJvTimerList1.Events.Items[0];
can be written FirstTimer := TJvTimerList1.Events[0];


See Also

TJvTimerList.Events


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