Destructor for the class instance.
Source position: forms.pp line 185
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. |