Vcl.ActnCtrls.TCustomUtilityButton.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomUtilityButton();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomUtilityButton

Description

Destroys an instance of TCustomUtilityButton.

Destroy destroys an instance of the TCustomUtilityButton class.

See Also