[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ButtonPanel' (#lcl)

TCustomButtonPanel.Destroy

Destructor for the class instance.

Declaration

Source position: buttonpanel.pas line 102

public destructor TCustomButtonPanel.Destroy; override;

Description

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.

See also

TCustomButtonPanel.Create

  

Constructor for the class instance.