Vcl.ComCtrls.TCustomTreeView.FullExpand
Delphi
procedure FullExpand;
C++
void __fastcall FullExpand(void);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
procedure function |
public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TCustomTreeView |
Beschreibung
Erweitert alle Knoten im Baumdiagramm.
Mit FullExpand können alle Knoten des Baumdiagramms angezeigt werden. Hat ShowButtons den Wert true, werden alle Schaltflächen von "+" zu "-" geändert.