RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomTreeView.Change Method

Completed node change event dispatcher.

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

Change is called automatically whenever the selected node changes. The Node parameter indicates the newly selected node. 

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

 

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