Destroy - destructor for TCustomSpeedButton: frees Glyph then calls inherited Destroy.
Source position: buttons.pp line 408
public destructor TCustomSpeedButton.Destroy; override; |
Destroy is the destructor for TCustomSpeedButton. It frees resources allocated to the Glyph property, and calls the inherited Destroy method.
|
Destructor for the class instance. |
| Version 4.4 | Generated 2025-11-08 | Home |