IListView.SmallImages

Syntax

SmallImages: IImageList;

Description

The SmallImages property determines a source of small icons.

Comments

The list of available property values contains the ImageList and GlobalImageList components. Small images are displayed for elements if any style different from Icon is set for the component. Image indexes for elements are set in the IListViewItem.ImageIndex property.

Example

See also:

IListView