TcxTreeListNode.Deleting Property
Indicates whether a node’s Delete method has been called and if the node is being deleted.
Declaration
property Deleting: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
The Deleting property returns True if the node object is in the process of being deleted. Use Deleting to prevent infinite recursion in event handlers.
See Also