Vcl.CategoryButtons.TCategoryButtons.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCategoryButtons();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons TCategoryButtons

Description

Destroys an instance of TCategoryButtons.

Call Destroy to delete an instance of TCategoryButtons and free all its resources.

See Also