Links
EControl Syntax Editor SDK
TSyntaxTreeView.OnEditing Property

Occurs when the user starts to edit the Text property of a node.

property OnEditing;

Write an OnEditing event handler to determine whether the user is allowed to edit the label of a specific node in the tree view. Set the AllowEdit parameter to false to prevent the user from editing the node specified by the Node parameter. To disallow editing of all nodes in the tree view, use the ReadOnly property instead.

Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!