TRVListLevel.ImageList

<< Click to display table of contents >>

TRVListLevel.ImageList

Image list for image of list marker

property ImageList: TCustomImageList;

ImageList is used If ListType is rvlstImageList or rvlstImageListCounter.

When saving lists of this type in RVF, RichView stores value of ImageList.Tag. When loading, OnRVFImageListNeeded occurs.

List level does not own this imagelist: it does not create and does not destroy it. It just has a link to it.

FireMonkey: the component chooses the image that fits in ImageWidth x ImageHeight.

See also properties:

ImageIndex;

ImageWidth, ImageHeight [FMX];

Picture.