Vcl.Graphics.TIconImage.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TIconImage();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TIconImage

Description

Destroys the TIconImage instance and frees its memory.

You do not need to destroy the icon image. The TIconImage object is automatically destroyed by the icon object.

See Also