RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTreeNode.Deleting Property

Indicates whether a node's Destroy method has been called and the node is in the process of being deleted.

Pascal
property Deleting: Boolean;
C++
__property Boolean Deleting;

Deleting returns true if the node object is in the process of being deleted. Use Deleting to prevent infinite recursion in event handlers. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!