JVCL Help:TJvCustomNavPaneToolPanel.OnButtonClick

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 one of the toolbar buttons.


Pascal

 TJvNavPaneToolButtonClick = procedure (Sender: TObject; Index: Integer) ofobject;
propertyOnButtonClick: TJvNavPaneToolButtonClick;


Parameters

Parameters Description
Index The button that was clicked.
Sender The panel that triggered the event.


Description

Write a handler for this event to handle user clicks on the toolbar buttons.


See Also

TJvCustomNavPaneToolPanel.Buttons


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