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