Vcl.Graphics.TBitmapImage.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TBitmapImage(void);

Properties

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

Description

Frees the memory associated with the TBitmapImage object.

Do not call Destroy. The bitmap object automatically destroys the bitmap image.

See Also