JVCL Help:TJvBalloonHint.OnDblClick

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


Pascal

 propertyOnDblClick: TNotifyEvent;


Description

Use the OnDblClick to respond when the user double-clicks the balloon. Note that no OnDblClick 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.OnBalloonClick, TJvBalloonHint.OnCloseBtnClick


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