[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Destructor for the class instance.
Source position: graphics.pp line 1353
public destructor TSharedCustomBitmap.Destroy; override; |
Destroy is the overridden destructor for TSharedCustomBitmap.
Destroy frees the internal save stream for the class instance. It also calls FreeHandle and FreeImage to free the handle and the raw image data for the shared bitmap. Calls the inherited destructor prior to exiting from the method.
|
Frees the Handle and the Palette for the shared Bitmap. |
|
|
Frees raw image data for the shared bitmap and resets its image descriptor. |
|
|
Destructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |