IListView.LargeImages

Syntax

LargeImages: IImageList;

Description

The LargeImages property determines a source of large icons.

Comments

The list of available property values 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