TdxFcItem.Destroying Property
In This Article
Identifies whether the item is about to be destroyed.
#Declaration
Delphi
property Destroying: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
This property returns True if the current chart symbol or connection is being destroyed by the control’s destructor or a Free procedure call; otherwise – False.
See Also