Re-implements the method from the ancestor class.
Source position: graphics.pp line 1434
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. |
|
|
||
WSReferences.TLCLHandle |
| CT Web help |
| CodeTyphon Studio |