TcxControlChildComponent.IsDestroying Property
In This Article
Specifies whether the component is currently being destroyed.
#Declaration
Delphi
property IsDestroying: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
This property returns True if the ComponentState property contains the csDestroying flag; otherwise, False.
See Also