JVCL Help:TJvBalloonHint
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvBalloonHint Class
[+] JvBalloonHint.pas Classes
[+] TJvBalloonHint Methods
[+] TJvBalloonHint Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvBalloonHint
run\JvBalloonHint.pas
Summary
Can replace the application hint window with a balloon shaped hint window, and can also display balloons attached to a specific control.
Pascal
run\JvBalloonHint.pas
TJvBalloonHint = class(TJvComponent);
Description
- JVCLInfo
Use TJvBalloonHint to
- Replace the application hint window with a balloon shaped hint window.
- Display balloons attached to a specific control.
SetUseBalloonAsApplicationHint to true to replace the application hint window with a balloon shaped hint window. Use the flags of ApplicationHintOptions to display a header or icon in the balloon hint, or to play a sound when a hint shows.
To display a balloon attached to a control, call ActivateHint. You can specify the header, message, icon that should be displayed in the balloon and the amount of time the balloon should be visible.
Alternatively, use ActivateHintPos or ActivateHintRect to display a balloon at a specific position on the desktop or form.
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