Vcl.ComCtrls.TTreeView.AutoExpand

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AutoExpand: Boolean read FAutoExpand write SetAutoExpand default 0;

C++

__property AutoExpand = {default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeView

Beschreibung

Gibt an, ob die Knoten des Baumdiagramms automatisch abhängig von dessen Markierung erweitert oder ausgeblendet werden.

Vcl.ComCtrls.TTreeView.AutoExpand erbt von Vcl.ComCtrls.TCustomTreeView.AutoExpand. Der folgende Inhalt bezieht sich auf Vcl.ComCtrls.TCustomTreeView.AutoExpand.

Gibt an, ob die Knoten des Baumdiagramms automatisch abhängig von dessen Markierung erweitert oder ausgeblendet werden.

Setzen Sie AutoExpand auf true, damit die Elemente des markierten Knotens eingeblendet und die Elemente der unmarkierten Knoten ausgeblendet werden.

Siehe auch