[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Destroy - destructor for TWinControl and derived classes. Removes handles and docked controls, frees resources, then calls inherited Destroy
Source position: controls.pp line 1933
public destructor TWinControl.Destroy; override; |
Destroy - destructor for TWinControl and derived classes
Destroys any allocated handles, removes any docking links, and frees the resources used by the control, then performs inherited Destroy
Overrides ancestor destructors, and may in turn be overridden
|
Destroy - Destructor for TControl. Detaches control from parents, removes graphics, frees memory and Operating System handles, pointers etc |
lazarus-ccr.sourceforge.net |