Vcl.ComCtrls.TCustomTreeView.FullExpand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FullExpand;

C++

void __fastcall FullExpand();

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 '-'.

See Also