Vcl.ComCtrls.TListGroups
Delphi
TListGroups = class(TCollection)
C++
class PASCALIMPLEMENTATION TListGroups : public System::Classes::TCollection
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | Vcl.ComCtrls |
Description
Groups for a list view.
TListGroups is a TCollection listing each TListGroup associated with a list view. 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