Re-implements the method from the ancestor class.
Source position: graphics.pp line 1411
protected procedure TCustomBitmap.SetHandle( |
AValue: TLCLHandle |
); override; |
SetHandle is an overridden method in TCustomBitmap, and re-implements the method from the TRasterImage ancestor class. AValue contains the new handle instance assigned to the BitmapHandle property.
Modified in LCL version 4.0 to use the TLCLHandle type instead of the deprecated THandle type in the Value parameter.
|
BitmapHandle - the Handle that has been allocated for the Bitmap. |
|
|
Sets the handle used for the image. |
|
|
Alias to the TLCLHandle type defined for widgetset references. |
|
|
The type used for handles in LCL applications, components, controls, and widget set classes. |
| Version 4.4 | Generated 2025-11-08 | Home |