RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTreeView.OnEdited Event

Occurs after the user edits the Text property of a node.

Pascal
property OnEdited: TTVEditedEvent;
C++
__property TTVEditedEvent OnEdited;

Write an OnEdited event handler to respond to changes the user makes to the node labels. The Node parameter is the node whose label was edited. The S parameter is the new value of the node's Text property. The node's label can be changed in an OnEdited event handler before the user's edits are committed. This event can occur only if ReadOnly is set to false. 

 

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