Vcl.ComCtrls.TCustomListView.Groups

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Groups: TListGroups read FListGroups write SetListGroups stored StoreGroups;

C++

__property TListGroups* Groups = {read=FListGroups, write=SetListGroups, stored=StoreGroups};

Properties

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

Description

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