[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Frees or invalidates resources in the class instance when the window Handle is freed.
Source position: forms.pp line 183
protected procedure TScrollingWinControl.DestroyWnd; override; |
DestroyWnd is an overridden method in TScrollingWinControl used to maintain resources allocated in the class instance when the window Handle for the control is freed. It calls the inherited method on entry to free handles allocated for the control Canvas and the widgetset class instance. It ensures that scroll bar information allocated in either HorzScrollBar or VertScrollBar is invalidated when the handle(s) are freed.
|
The horizontal scroll bar for the control. |
|
|
The vertical scroll bar for the control. |
|
|
The drawing surface for the control. |
|
|
Destroys the handle for the Canvas and the interface object. |
|
|
A reference handle to the widgetset class instance associated with this control. |
|
|
Destroys the handle for the control and all child controls. |
Version 4.0 | Generated 2025-05-03 | Home |