[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Destructor for the class instance.
Source position: buttonpanel.pas line 102
public destructor TCustomButtonPanel.Destroy; override; |
Destroy is the overridden destructor for the class instance. Destroy ensures that TBitmap instances created for button glyphs in the panel are freed. Destroy calls the inherited destructor prior to exiting from the method.
|
Constructor for the class instance. |