JVCL Help:TJvCustomOutlookBar.OnButtonClick
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomOutlookBar.OnButtonClick Event
[+] TJvCustomOutlookBar Events
[+] TJvCustomOutlookBar Methods
[+] TJvCustomOutlookBar Properties
Search in JVCL Help
Search in all projectsSummary
Occurs when the user clicks a button using the left mouse button.
Pascal
TOutlookBarButtonClick = procedure (Sender: TObject; Index: Integer) ofobject;
propertyOnButtonClick: TOutlookBarButtonClick;
Parameters
Parameters | Description |
Index | The index of the button that was clicked. The button is always located on the currently active page. |
Sender | The object that triggered the event |
Description
Write a handler for the OnButtonClick event to take specific action when the user clicks a button. The clicked button is always located on the active page.
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