Recent

Author Topic: HOWTO: Prevent editing of TTreeNode  (Read 552 times)

Marion

  • Full Member
  • ***
  • Posts: 123
HOWTO: Prevent editing of TTreeNode
« on: May 05, 2021, 10:24:58 pm »
I am using the TTreeView but I don't want users to be able to edit the node text. How do I prevent that?
Thank you,
Marion
(A recovering Windows programmer.)

wp

  • Hero Member
  • *****
  • Posts: 11858
Re: HOWTO: Prevent editing of TTreeNode
« Reply #1 on: May 05, 2021, 10:51:49 pm »
There is also a more direct ReadOnly property; it definitely works, I used it many times.

In case that you only want to inhibit editing of specific nodes you can hook into the OnEditing event which offers a var parameter "AllowEdit" which you simply must set to false in the event handler for the corresponding node.

Marion

  • Full Member
  • ***
  • Posts: 123
Re: HOWTO: Prevent editing of TTreeNode
« Reply #2 on: May 06, 2021, 12:33:27 am »
Thank you all.
Thank you,
Marion
(A recovering Windows programmer.)

 

TinyPortal © 2005-2018