JVCL Help:TJvBalloonHint.OnBalloonClick

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 the balloon.


Pascal

 propertyOnBalloonClick: TNotifyEvent;


Description

Use the OnBalloonClick to respond when the user clicks the balloon. Note that no OnBalloonClick is fired when the user clicks the close button on the balloon hint. Use the OnCloseBtnClick event handler to respond when the user clicks the close button.


See Also

TJvBalloonHint.OnCloseBtnClick, TJvBalloonHint.OnDblClick


About

Notes

This event does not occur for application hint windows, only for balloon hints launched with a call to ActivateHint, ActivateHintRect etc.


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