[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Ordinal position for the image displayed for the list item.
Source position: comctrls.pp line 1069
public property TListItem.ImageIndex : TImageIndex |
ImageIndex is a TImageIndex property with the position for the image displayed for the list item. It is the ordinal position in the LargeImages or SmallImages properties in the ListView for the item.
The default value for the property is -1, and indicates that an explicit value has not been assigned. ImageIndex can be assigned at design-time in the Lazarus Object Inspector, or at run-time. Changing the property value causes the ListView widgetset class to be updated when its handle has been assigned.
Use StateIndex to specify the position for the state image used on the list item.
|
The ListView in which this Item is found. |
|
|
Ordinal position for the image used to represent the state for the list item. |
|
|
Sets one of ListView layouts: List (simple column), Report (few columns with full width), Icon (big icons), Small Icon (small icons, 16x16). |
|
|
ImageList object, which contains "small" icons for one if ListView layouts. |
|
|
ImageList object, which contains "big" icons for one if ListView layouts. |
|
|
Image list with the state images for the items on the control. |