JVCL Help:TJvItemsPanel.OnItemClick

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

Search in JVCL Help

 
Search in all projects
 

Summary

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

TJvItemsPanel.Clickable


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