I want to be able to edit text in a TreeView list by double clicking the text which will make it editable.
I believe I'm need to use the TCustomTreeView::OnEdited event handler - I'm just not sure how to do this.
Could someone please post a simple example of an OnEdit event handler and how to link it in with the TreeView,
or an example of any other way to do this.
- thanks in advance
I believe I'm need to use the TCustomTreeView::OnEdited event handler - I'm just not sure how to do this.
Could someone please post a simple example of an OnEdit event handler and how to link it in with the TreeView,
or an example of any other way to do this.
- thanks in advance