Vcl.Ribbon.TCustomTabData.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomTabData();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomTabData

Description

Disposes of the data object of the ribbon tab. Use Destroy to destroy an instance of TCustomTabData.

See Also