StateImages: IImageList;
The StateImages property determines a list of images that are used to indicate the state of elements.
The list of available property values contains the ImageList and GlobalImageList components.
If the StateImages property is set, the work mode also depends on the value of the Checkboxes property:
Checkboxes = True. To display the state of elements checkbox (selected/deselected) the two first images from the StateImages collection are use, that is, the image with the 0 index for deselected elements, with the 1 index - for selected checkboxes.
Checkboxes = False. The custom state image can be set for each element in the StateImages collection by means of the IListViewItem.StateIndex property.
See also: