[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Re-implements the method from the ancestor class.
Source position: graphics.pp line 1402
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. |
|
|
The type used for handles in LCL applications, components, controls, and widget set classes. |
Version 4.0 | Generated 2025-05-03 | Home |