Vcl.ComCtrls.TListGroups

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTListGroups

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