JVCL Help:TJvTimeItemClickEvent

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

Search in JVCL Help

 
Search in all projects
 

Summary

Type of event handlers that respond when the user clicks or double-clicks an item in a timeline view control.

run\JvTimeLine.pas


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.

run\JvTimeLine.pas


Description

Use TJvTimeItemClickEvent to respond when the user clicks or double-clicks an item in a timeline view control.

run\JvTimeLine.pas


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