|
RAD Studio VCL Reference
|
Indicates whether a node's Destroy method has been called and the node is in the process of being deleted.
property Deleting: Boolean;
__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!
|