Destructor for the class instance.
Source position: comctrls.pp line 855
public destructor TTabControl.Destroy; override; |
Destroy is the overridden destructor for the class instance. Destroy ensures that resources allocated in the class instance are freed, including:
Destroy calls the inherited destructor prior to exiting from the method.
| Version 4.6 | Generated 2026-02-20 | Home |