Vcl.ActnMan.TTextProperties.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TTextProperties();

Properties

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

Description

Frees an instance of the TTextProperties class.

Call Destroy to free an instance of the TTextProperties class.

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

See Also