System.Actions.TContainedAction.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TContainedAction();

Properties

Type Visibility Source Unit Parent
destructor public
System.Actions.pas
System.Actions.hpp
System.Actions TContainedAction

Description

Destroys the instance of the contained action.

If the action is contained in an action list or action manager, Destroy removes the action from that list. Then it calls the inherited Destroy method.