Vcl.ComCtrls.TListView.StateImages

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StateImages: TCustomImageList read FStateImages write SetStateImages;

C++

__property StateImages;

Properties

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

Description

Specifies additional icon images to display next to each item in the list view.

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

Specifies additional icon images to display next to each item in the list view.

Set StateImages to specify the icons that should be displayed next to items in the list. Each item in the Items list can be associated with an icon in this image list by setting its StateIndex property.

See Also