Destructor for the class instance.
Source position: forms.pp line 199
public destructor TScrollingWinControl.Destroy; override; |
Destroy is the overridden destructor for the class instance. Destroy frees resources allocated for the HorzScrollBar and VertScrollBar properties. Destroy calls the inherited destructor prior to exiting from the method.
|
The horizontal scroll bar for the control. |
|
|
The vertical scroll bar for the control. |
| Version 4.4 | Generated 2025-11-08 | Home |