JVCL Help:TJvOutlookBar.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 a button using the left mouse button.


Pascal

 propertyOnButtonClick: TOutlookBarButtonClick;


Parameters

Parameters Description
Sender The object that triggered the event
Index The index of the button that was clicked. The button is always located on the currently active page.


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