Image list with the state images for the items on the control.
Source position: comctrls.pp line 1572
protected property TCustomListView.StateImages : TCustomImageList |
StateImages is a TCustomImageList property which contains the images used to display the state for the list items on the control. A state image is displayed to the left of the icon for a list item. Its meaning or usage is application specific.
Assigning a new image list to the property causes the widgetset control to be updated.
Use StateImagesWidth to override the width for the images in StateImages. If StateImagesWidth has not been assigned, the width in the image list is used.
Use the OnChange, OnItemChecked, or OnDataStateChange event handlers to perform actions like setting the state image index for a list item when a list item is modified.