The operating system Handle associated with this bitmap.
Source position: graphics.pp line 1403
public property TCustomBitmap.Handle : HBITMAP |
In TCustomBitmap, the handle is provided by the internal shared image class (TSharedCustomBitmap) and stored in the BitmapHandle property.
|
BitmapHandle - the Handle that has been allocated for the Bitmap. |
|
|
Implements the base class for a reference-counted shared image. |