Vcl.ActnList.TCustomActionList.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomActionList();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.ActnList.pas
Vcl.ActnList.hpp
Vcl.ActnList TCustomActionList

Description

Disposes of the instance of an action list object.

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

See Also