JVCL Help:TJvApplicationHintOption

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 describing appearance and behavior options of balloon shaped application hint windows.

run\JvBalloonHint.pas


Pascal

 run\JvBalloonHint.pas
 TJvApplicationHintOption = (
ahShowHeaderInHint,
ahShowIconInHint,
ahPlaySound
);
TJvApplicationHintOptions = setof TJvApplicationHintOption;


Members

Members Description
ahShowHeaderInHint The string specified by DefaultHeader is used as header.
ahShowIconInHint The properties DefaultIcon, DefaultImageIndex and Images determine the icon.
ahPlaySound Plays a sound when a balloon shaped hint window displays.

run\JvBalloonHint.pas


Description

The TJvApplicationHintOption type defines values describing appearance and behavior options of balloon shaped application hint windows. TJvApplicationHintOptions is a set of TJvApplicationHintOption.

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