JVCL Help:TJvTimerEvents.ItemByHandle
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTimerEvents.ItemByHandle Method
[+] TJvTimerEvents Methods
[+] TJvTimerEvents Properties
Search in JVCL Help
Search in all projectsSummary
Returns the TJvTimerEvent object with a specified handle.
Pascal
functionItemByHandle(AHandle: THandle): TJvTimerEvent;
Parameters
Parameters | Description |
AHandle: THandle | Specifies the value of the timer event's Handle property. |
Return Value
Returns the TJvTimerEvent component with AHandle as handle in the list, if there is no timer event in the list with the specified handle, it returns nil.
Description
Call ItemByHandle to obtain information about a particular timer event.
See Also
TJvTimerEvents.ItemIndexByHandle
About
Notes
Use this method to access a specific timer event object instead of directly accessing property Events.
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