JVCL Help:IJvDataItemImage.ImageIndex
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: IJvDataItemImage.ImageIndex Property
[+] IJvDataItemImage Methods
[+] IJvDataItemImage Properties
Search in JVCL Help
Search in all projectsSummary
Specifies the index into the image list of the image to render.
Pascal
propertyImageIndex: Integer;
Description
ImageIndex specifies the index into the image list of the image to render. Read ImageIndex to retrieve the currently used image or set ImageIndex to a new index.
Setting this property to -1 will leave the item without any image.
The image specified by this property is only used when the item is not selected unless SelectedIndex is not specified, in which case the image specified by ImageIndex is always used.
See Also
IJvDataItemImage.SelectedIndex
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