JVCL Help:TJvXPCustomWinXPBar.OnItemClick

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

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs when the user clicks an item in the control.


Pascal

 TJvXPBarOnItemClickEvent = procedure (Sender: TObject; Item: TJvXPBarItem) ofobject;
propertyOnItemClick: TJvXPBarOnItemClickEvent;


Parameters

Parameters Description
Item The item that was clicked.
Sender The control that triggered the event.


Description

Write a handler for this event to be notified when an item has been clicked in the 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