TdxTreeViewNode.Deleting Property
In This Article
Identifies if the Tree View deletes the node.
#Declaration
Delphi
property Deleting: Boolean read;
#Property Value
Type | Description |
---|---|
Boolean | True if Tree View deletes the node; otherwise, False. |
#Remarks
You can use this property in the Tree View’s OnDeletion event handler to identify the nodes that the control deletes.
See Also