System.Actions.TContainedActionList.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TContainedActionList(void);

Properties

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

Description

Destroys an instance of TContainedActionList.

This destructor is inherited from TComponent, see TComponent.Destroy for more information.

See Also