Performs actions needed when the handle for the parent control is freed.
Source position: controls.pp line 1291
protected procedure TControl.DoOnParentHandleDestruction; virtual; |
Has an empty implementation in TControl, and must be implement in descendent classes.
|
Performs actions when the handle for the parent control is freed. |