Vcl.RibbonActnCtrls.TTimerSpeedButton.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TTimerSpeedButton();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TTimerSpeedButton

Description

Destroys a TTimerSpeedButton instance.

Use the Destroy method to destroy a TTimerSpeedButton instance.

See Also