JVCL Help:TJvTimerEvents.Items
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTimerEvents.Items Property
[+] TJvTimerEvents Methods
[+] TJvTimerEvents Properties
Search in JVCL Help
Search in all projectsSummary
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 lineFirstTimer := TJvTimerList1.Events.Items[0];
can be written FirstTimer := TJvTimerList1.Events[0];
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