Vcl.ComCtrls.TCustomListView.LargeImages

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LargeImages: TCustomImageList read FLargeImages write SetLargeImages;

C++

__property Vcl::Imglist::TCustomImageList* LargeImages = {read=FLargeImages, write=SetLargeImages};

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 vsIcon.

Set LargeImages to specify the bitmaps that should be displayed next to items in the list when ViewStyle is vsIcon. Each item in the Items list can be associated with a bitmap in this image list by setting its ImageIndex property.

See Also

Code Examples