JVCL Help:TJvBalloonHint.OnCloseBtnClick
JVCL Help: TJvBalloonHint.OnCloseBtnClick Property
Search in JVCL Help
Search in all projectsSummary
Occurs when close is attempted by clicking the close button.
Pascal
propertyOnCloseBtnClick: TCloseQueryEvent;
Description
Use OnCloseBtnClick to specify the conditions under which the balloon hint can close. An OnCloseBtnClick event handler returns a Boolean CanClose value that determines whether the hint is allowed to close. Its default value is true.
Include boShowCloseBtn in Options, otherwise no close button is shown.
See Also
TJvBalloonHint.OnBalloonClick, TJvBalloonHint.OnClose, TJvBalloonHint.Options
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