[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Removes the control from its Parent.
Source position: controls.pp line 1681
public destructor TControl.Destroy; override; |
Detaches the control from Parent, removes graphics, frees memory and Operating System handles, pointers etc.
|
Destructor for the class instance. |
|
TComponent.Destroy |