Vcl.Graphics.TBitmapImage.Destroy
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.