[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Destructor for the class instance.
Source position: dialogs.pp line 357
public destructor TColorButton.Destroy; override; |
Destroy is the overridden destructor for the class instance. It ensures that the internal bitmap with the pattern displayed for the disabled control is freed (when assigned). Destroy calls the inherited destructor prior to exiting from the method.
|
Destroy - destructor for TCustomSpeedButton: frees Glyph then calls inherited Destroy. |
Version 4.0 | Generated 2025-05-03 | Home |