Vcl.ComCtrls.TCustomTreeView.FullExpand
Delphi
procedure FullExpand;
C++
void __fastcall FullExpand(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TCustomTreeView |
Description
Expands all nodes within the tree view control.
Call FullExpand to display all the nodes in the tree view. If ShowButtons is true, all buttons will change from '+' to '-'.