TcxControlChildComponent.IsDestroying Property
Specifies whether the component is currently being destroyed.
Declaration
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