RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.TTVChangedEvent Type

Used in the TCustomTreeView.OnChange event.

Pascal
TTVChangedEvent = procedure (Sender: TObject; Node: TTreeNode) of object;
C++
(Sender: TObject; Node: TTreeNode) ( TTVChangedEvent)();

This event is used in the TCustomTreeView.OnChange event whenever the selection has changed from one node to another. 

The Sender parameter is the tree view whose selected node changes, and the Node parameter is the newly selected node. 

 

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