API:Vcl.ActnMan.TActionClientItem.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TActionClientItem();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionClientItem

Description

Destroys the action client and frees its memory.

Vcl.ActnMan.TActionClientItem.Destroy inherits from Vcl.ActnMan.TActionClient.Destroy. All content below this line refers to Vcl.ActnMan.TActionClient.Destroy.

Destroys the action client and frees its memory.

Destroy eliminates the TActionClient instance.

See Also