RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomOutline.FullCollapse Method

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

Pascal
procedure FullCollapse;
C++
__fastcall FullCollapse();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!