[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
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.0 | Generated 2025-05-03 | Home |