JVCL Help:TJvBalloonHint

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class 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.

run\JvBalloonHint.pas


Pascal

 run\JvBalloonHint.pas
 TJvBalloonHint = class(TJvComponent);


Description

  1. 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.

run\JvBalloonHint.pas


About

Navigation

run\JvBalloonHint.pas



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