Vcl.ComCtrls.TCustomListView.GroupView

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property GroupView: Boolean read FGroupView write SetGroupView default False;

C++

__property bool GroupView = {read=FGroupView, write=SetGroupView, default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

Beschreibung

Aktiviert oder deaktiviert die Gruppenansicht.

Groups werden nur angezeigt, wenn GroupView auf true gesetzt ist.

Siehe auch