JVCL Help:TJvXPBarItem.OnClick

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 item is clicked.


Pascal

 propertyOnClick: TNotifyEvent;


Description

Use the OnClick event handler to respond when the user clicks the item. If the item has an associated action, and that action has an OnExecute method, the action’s OnExecute method responds to click events unless it is superseded by an OnClick event handler.


See Also

Action


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