JVCL Help:TJvItemsPanel.OnItemClick
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvItemsPanel.OnItemClick Event
[+] TJvItemsPanel Events
[+] TJvItemsPanel Methods
[+] TJvItemsPanel Properties
Search in JVCL Help
Search in all projectsSummary
Occur when an item is clicked and Clickable is set to true.
Pascal
TJvPanelItemClickEvent = procedure (Sender: TObject; ItemIndex: Integer) ofobject;
propertyOnItemClick: TJvPanelItemClickEvent;
Parameters
Parameters | Description |
ItemIndex | The index of the item that was clicked. |
Sender | The object that triggered the event. |
Description
Write a handler for the OnItemClick event to take specific action when the user clicks an item in the control.
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