[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Frees the image by resetting its handle.
Source position: graphics.pp line 1301
public procedure TRasterImage.FreeImage; virtual; |
Calls SetHandle to set the bitmap handle to 0 (zero). Generally, FreeImage is overridden and used in the destructor for descendent classes.
Version 4.0 | Generated 2025-05-03 | Home |