Vcl.Outline.TCustomOutline.FullCollapse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FullCollapse;

C++

void __fastcall FullCollapse();

Properties

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

Description

Causes all top-level nodes in the outline to collapse.

Call FullCollapse to shrink the outline as much as possible. FullCollapse sets the Expanded property of each TOutlineNode that is a direct descendant of the root of the outline to false. This causes all the descendants of these top-level nodes to be hidden. Depending on the value of OutlineStyle, each collapsed top-level node is then represented with the PictureClosed bitmap and/or the PicturePlus bitmap.

See Also