JVCL Help:TJvXPBarItem.Images

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

Search in JVCL Help

 
Search in all projects
 

Summary

Returns one of three possible image lists.


Pascal

 propertyImages: TCustomImageList;


Description

Images is used internally to return the image list that is to be used by the item. An item can get its image list from three different sources: from its own ImageList property, from the Images property of the associated Action or from the ImageList property of the owning TJvXPCustomWinXPBar.
The different image lists are checked in this order:
ImageList, Action.ActionList.Images and TJvXPBar.ImageList
The first non-nil image list found is returned.


See Also

TJvXPBar, Action, ImageList, TJvXPCustomWinXPBar.ImageList


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