RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomTreeView.Collapse Method

Completed node collapse event dispatcher.

Pascal
procedure Collapse(Node: TTreeNode); dynamic;
C++
__fastcall Collapse(TTreeNode Node);

Collapse is called automatically after the node specified by the Node parameter collapses. 

Override this method to make additional, class-specific responses in addition to the OnCollapsed event or to suppress the OnCollapsed event. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!