Vcl.ComCtrls.TListView.GroupHeaderImages

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GroupHeaderImages;

C++

__property GroupHeaderImages;

Properties

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

Description

Image list.

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

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