Vcl.Outline.TOutlineNode.FullExpand
Delphi
procedure FullExpand;
C++
void __fastcall FullExpand();
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.