JVCL Help:IJvDataItemsImages.Images

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

Search in JVCL Help

 
Search in all projects
 

Summary

Get or set the image list to use for normal items.


Pascal

 propertyImages: TCustomImageList;


Description

Images contains a list of bitmaps that can be rendered with an item. Read Images to retrieve the list of bitmaps currently used or set Images to a new list of bitmaps to use.
Normally an item's state, as well as drawing state determine which image list will be used (this one, DisabledImages or HotImages). If one of the other two image lists is not assigned but should have been used in the drawing process, this list will be used instead.


See Also

IJvDataItemsImages.DisabledImages, IJvDataItemsImages.GetImages, IJvDataItemsImages.HotImages, IJvDataItemsImages.SetImages


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