Vcl.Outline.TOutlineNode.FullExpand

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FullExpand;

C++

void __fastcall FullExpand(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Outline.pas
Vcl.Outline.hpp
Vcl.Outline TOutlineNode

Description

Expands an outline node and all its descendants.

Use FullExpand to expand all the nodes in the subtree of the outline rooted at the outline node. FullExpand sets the Expanded property of the node and all its descendants to true.

See Also