[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

TRasterImage.FreeImage

Frees the image by resetting its handle.

Declaration

Source position: graphics.pp line 1283

public procedure TRasterImage.FreeImage; virtual;

Description

Calls SetHandle to set the bitmap handle to 0 (zero). Generally, FreeImage is overridden and used in the destructor for descendent classes.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.