JVCL Help:TJvTimeItemClickEvent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTimeItemClickEvent type
[+] JvTimeLine.pas Types
Search in JVCL Help
Search in all projectsSummary
Type of event handlers that respond when the user clicks or double-clicks an item in a timeline view control.
Pascal
run\JvTimeLine.pas
TJvTimeItemClickEvent = procedure (Sender: TObject; Item: TJvTimeItem) ofobject;
Parameters
Parameters | Description |
Sender | The timeline view control in which an item is clicked. |
Item | The item the user clicked or double-clicked. |
Description
Use TJvTimeItemClickEvent to respond when the user clicks or double-clicks an item in a timeline view control.
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