Vcl.ListActns.TCustomStaticListAction.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomStaticListAction();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.ListActns.pas
Vcl.ListActns.hpp
Vcl.ListActns TCustomStaticListAction

Description

Frees the memory associated with the TCustomStaticListAction object.

Do not explicitly destroy actions. Action objects are created and destroyed by the action list or action manager that uses them.

See Also