TdxListItem.SubItemImages Property
Specifies image indexes for the item’s subitems.
Declaration
property SubItemImages[Index: Integer]: Integer read; write;
Property Value
Type | Description |
---|---|
Integer | An image index. |
Remarks
The List View provides access to an image storage. Assign image indexes in this storage to the SubItemImages
property to display images to the left of subitem captions. You can assign -1
to this property to display no image in the corresponding subitem.
Note
The List View shows subitems in additional columns to the right of the item if the control is in Report mode.
See Also