Vcl.ComCtrls.TCustomListView.GroupHeaderImages

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GroupHeaderImages: TCustomImageList read FGroupHeaderImages write SetGroupHeaderImages;

C++

__property Vcl::Imglist::TCustomImageList* GroupHeaderImages = {read=FGroupHeaderImages, write=SetGroupHeaderImages};

Properties

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

Description

Image list.

GroupHeaderImages contains a TCustomImageList. These images are used in the TListGroups in the Groups property. They are indexed by TListGroups.ExtendedImage and TListGroups.TitleImage.

See Also