RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomTreeView.Expand Method

Completed node expansion event dispatcher.

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

Expand is called automatically after the node specified by the Node parameter expands. 

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

 

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