JVCL Help:TJvTimerEvent.Handle

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

Search in JVCL Help

 
Search in all projects
 

Summary

Contains a number that uniquely identifies each timer in a timer list.


Pascal

 propertyHandle: THandle;


Description

Use this property to reference the timer when calling for example ItemByHandle.


See Also

TJvTimerEvents.DeleteByHandle, TJvTimerEvents.ItemByHandle, TJvTimerEvents.ItemIndexByHandle


About

Notes

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.


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