RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListItem.Deleting Property

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

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

Deleting returns true if the item 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!