Called when the component is being destroyed.
Source position: classesh.inc line 2544
public procedure TComponent.Destroying; |
Destroying sets the csDestroying flag in the component's state property, and does the same for all owned components.
It is not necessary to call Destroying directly, the destructor Destroy does this automatically.
State |
||
|
Destroys the instance of the component. |