[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Destructor for the class instance.
Source position: comctrls.pp line 529
public destructor TTabSheet.Destroy; override; |
Destroy is the overridden destructor for the class instance. It ensures that a child control which is a host dock site is detached (set to Nil). Destroy calls the inherited method to free handles for both the control and any child controls, and other resources allocated in the ancestor class (TWinControl).
|
The number of child controls in the Controls property. |
|
|
Provides indexed access to the child controls for the class instance. |
|
|
Destructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |