FMX.Graphics.TBitmap.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TBitmap();

Properties

Type Visibility Source Unit Parent
destructor public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TBitmap

Description

Disposes of the instance of the TBitmap object.

Do not call the destructor directly in an application; call TObject.Free instead.

TObject.Free verifies that the TBitmap object is not nil before it calls Destroy.

See Also