[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
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. |