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

TRasterImage.GetHandle

Gets the value for the Handle property.

Declaration

Source position: graphics.pp line 1238

protected function TRasterImage.GetHandle: THandle;

Function result

Value for the property.

Description

Calls HandleNeeded to ensure that valid handles exist for the image. Requires a valid handle in the shared raster image for the class instance.

See also

TRasterImage.HandleNeeded

  

Ensures that a handle for the image is allocated in widgetset classes.

TRasterImage.BitmapHandle

  

BitmapHandle - the Handle that has been allocated for the Bitmap.

TRasterImage.MaskHandle

  

The handle allocated for the Bitmap Mask.

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