JVCL Help:TJvBalloonHint.Images

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

Search in JVCL Help

 
Search in all projects
 

Summary

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:

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