Vcl.ActnMan.TMenuProperties.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TMenuProperties();

Properties

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

Description

Frees an instance of the TMenuProperties class.

Call Destroy to free an instance of the TMenuProperties class.

Note: Do not free instances of TMenuProperties directly. TMenuProperties is freed automatically by TActionClientItem when its CommandStyle property is modified.

See Also