TcxControl.IsDestroying Property
Indicates if the control is about to be 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