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.

Destroy eliminates the TActionClientItem instance. Destroyis called automatically when the action manager needs to destroy the instance of a TActionClientItem object.