Vcl.ActnMan.TCustomActionBarColorMap.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomActionBarColorMap();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionBarColorMap

Description

Destroys an instance of TCustomActionBarColorMap.

Do not call Destroy directly in an application. Instead, call Free, which checks that the TCustomActionBarColorMap reference is not nil before calling Destroy.

See Also