Vcl.Touch.GestureCtrls.TGestureListView.GroupHeaderImages

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GroupHeaderImages: TCustomImageList read FGroupHeaderImages write SetGroupHeaderImages;

C++

__property GroupHeaderImages;

Properties

Type Visibility Source Unit Parent
property published
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TGestureListView

Description

Image list.

Vcl.Touch.GestureCtrls.TGestureListView.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