API:Vcl.ComCtrls.TListView.SmallImages

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SmallImages: TCustomImageList read FSmallImages write SetSmallImages;

C++

__property SmallImages;

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListView

Description

Provides a list of icon images to display for each item in the list when ViewStyle is not vsIcon.

Vcl.ComCtrls.TListView.SmallImages inherits from Vcl.ComCtrls.TCustomListView.SmallImages. All content below this line refers to Vcl.ComCtrls.TCustomListView.SmallImages.

Provides a list of icon images to display for each item in the list when ViewStyle is not vsIcon.

Set SmallImages to specify the icons that should be displayed next to items in the list when ViewStyle is vsSmallIcon, vsList, or vsReport. Each item in the Items list can be associated with an icon in this image list by setting its ImageIndex property.

See Also

Code Examples