Vcl.ComCtrls.TCustomListView.SmallImages

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SmallImages: TCustomImageList read FSmallImages write SetSmallImages;

C++

__property Vcl::Imglist::TCustomImageList* SmallImages = {read=FSmallImages, write=SetSmallImages};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

Description

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