| << Click to display table of contents >> TRVListLevel.ImageIndex | 
Image index for bullets that show image from the image list
property ImageIndex: Integer;
If ListType=rvlstImageList, the marker of this list level is the ImageIndex-th image from ImageList.
If ListType=rvlstImageListCounter, the marker of this list level is the (Counter+ImageIndex-1)-th image from ImageList, there Counter is a value of counter for the given list marker.
FireMonkey: the component chooses the image that fits in ImageWidth x ImageHeight.
List counter is numbered from StartFrom.
For example:
| Value of Counter | ImageList Index | 
| 1 | ImageIndex | 
| 2 | ImageIndex+1 | 
| 3 | ImageIndex+2 | 
| 4 | ImageIndex+3 | 
Default value:
0
See also properties: