API:Vcl.ActnList.TCustomActionList.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomActionList(void);

Properties

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

Description

Destroys an instance of TContainedActionList.

Vcl.ActnList.TCustomActionList.Destroy inherits from System.Actions.TContainedActionList.Destroy. All content below this line refers to System.Actions.TContainedActionList.Destroy.

Destroys an instance of TContainedActionList.

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

See Also