[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Called when the component is being destroyed
Source position: classesh.inc line 1349
public procedure TComponent.Destroying; |
Destroyingsets the csDestroyingflag in the component's stateproperty, and does the same for all owned components.
It is not necessary to call Destroyingdirectly, the destructor Destroydoes this automatically.
|
Destroys the instance of the component. |