JVCL Help:TJvBalloonOption

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

Search in JVCL Help

 
Search in all projects
 

Summary

Defines values that determines the behavior of balloon windows displayed by calling ActivateHint, ActivateHintPos or ActivateHintRect.

run\JvBalloonHint.pas


Pascal

 run\JvBalloonHint.pas
 TJvBalloonOption = (
boUseDefaultHeader,
boUseDefaultIcon,
boUseDefaultImageIndex,
boShowCloseBtn,
boCustomAnimation,
boPlaySound
);
TJvBalloonOptions = setof TJvBalloonOption;


Members

Members Description
boUseDefaultHeader Uses the header as specified by property DefaultHeader.
boUseDefaultIcon Uses the icon as specified by property DefaultIcon.
boUseDefaultImageIndex Uses the image index as specified by property DefaultImageIndex.
boShowCloseBtn Shows a close button in the balloon window.
boCustomAnimation Windows XP Shows the balloon window with custom special effects, as specified by CustomAnimationStyle and CustomAnimationTime.
boPlaySound Plays a sound when the balloon shows.

run\JvBalloonHint.pas


Description

The TJvBalloonOption values determine the behavior of balloon windows displayed by calling ActivateHint, ActivateHintPos or ActivateHintRect.
TJvBalloonOptions is a set of TJvBalloonOption.

run\JvBalloonHint.pas


About

Navigation

no pages or subcategories

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