IListView.LargeImages

Syntax

LargeImages: IImageList;

Description

The LargeImages property determines source of the large icons.

Comments

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

Example

See also:

IListView