JVCL Help:TJvApplicationHintOption
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvApplicationHintOption type
Search in JVCL Help
Search in all projectsSummary
Defines values describing appearance and behavior options of balloon shaped application hint windows.
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. |
Description
The TJvApplicationHintOption type defines values describing appearance and behavior options of balloon shaped application hint windows. TJvApplicationHintOptions is a set of TJvApplicationHintOption.
About
no pages or subcategories
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