Vcl.Touch.GestureCtrls.TGestureListView.GroupHeaderImages

From RAD Studio API Documentation

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. {{#multireplace:Vcl.Touch.GestureCtrls.TGestureListView.GroupHeaderImages|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ComCtrls.TCustomListView.GroupHeaderImages|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ComCtrls.TCustomListView.GroupHeaderImages|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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