Vcl.Buttons.TSpeedButton.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* TCustomSpeedButton.Destroy */ inline __fastcall virtual ~TSpeedButton() { }

Properties

Type Visibility Source Unit Parent
destructor public Vcl.Buttons.hpp Vcl.Buttons TSpeedButton

Description

Destroys an instance of TSpeedButton.

Do not call Destroy directly in an application. Instead, call Free. Free verifies that the speed button is not nil, and only then calls Destroy.

See Also