Vcl.ActnMan.TCustomActionManager.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomActionManager();

Properties

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

Description

Disposes of the instance of an action manager object.

You do not need to call the destructor for an action manager if it has an owner. The action manager is destroyed automatically by its owner that was passed to its constructor when it was created. In situations where the custom action manager object needs to be manually destroyed, do so by calling its Free method, not this destructor.

See Also