Vcl.Graphics.TMetafileImage.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TMetafileImage();

Properties

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

Description

Disposes of the instance of a metafile image.

Do not call Destroy directly in an application. Instead, call Free. Free verifies that the TMetafileImage reference is not nil before it calls Destroy.

Destroy frees the metafile handle and palette before calling the inherited Destroy.

See Also