JVCL Help:TJvBalloonHint.Images
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvBalloonHint.Images Property
[+] TJvBalloonHint Methods
[+] TJvBalloonHint Properties
Search in JVCL Help
Search in all projectsSummary
Lists images available for displaying in balloon windows.
Pascal
propertyImages: TCustomImageList;
Description
Use Images to supply the list of images that can appear in balloon windows.
To display an image from Images in application hint windows:
- Include ahShowIconInHint in ApplicationHintOptions.
- Set DefaultIcon to ikCustom.
- Set DefaultImageIndex to the index of the image to be displayed in the balloon hints.
To display an image from Images in balloons displayed by calling ActivateHint, either
- Call ActivateHint with parameter AImageIndex set to the index of the image to be displayed in the balloon window.
or
- Include boUseDefaultIcon and boUseDefaultImageIndex in Options.
- Set DefaultIcon to ikCustom.
- Set DefaultImageIndex to the index of the image to be displayed in the balloon hints.
See Also
TJvBalloonHint.DefaultIcon, TJvBalloonHint.DefaultImageIndex, TJvBalloonHint.Options
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