Vcl.ComCtrls.TListGroup
Delphi
TListGroup = class(TCollectionItem)
C++
class PASCALIMPLEMENTATION TListGroup : public System::Classes::TCollectionItem
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | Vcl.ComCtrls |
Description
Group for a list item.
TListGroup is a TCollectionItem indicating which group an item in a TListView belongs to. Each item in a list view can belong to one or none of the groups. A list view's Groups property is a TListGroups object that lists every TListGroup associated with the list view.
See Also
Code Examples