Vcl.Touch.GestureCtrls.TGestureListView.Groups

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Groups: TListGroups read FListGroups write SetListGroups stored StoreGroups;

C++

__property Groups;

Properties

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

Description

List of TListGroup objects to group list items.

Vcl.Touch.GestureCtrls.TGestureListView.Groups inherits from Vcl.ComCtrls.TCustomListView.Groups. All content below this line refers to Vcl.ComCtrls.TCustomListView.Groups.

List of TListGroup objects to group list items.

Groups is a TListGroups object that lists the TListGroup objects that group list items. Each item in the list view may belong to one or none of these groups. This feature is supported on Windows XP, Vista, Windows 7, or later Windows operating systems.

See Also