TBitmap32.BitmapHandle

property BitmapHandle: HBITMAP; // read-only;

Description

Returns current bitmap handle. See HBITMAP in Windows SDK documentation for more information.

Note, this property is not the same as Handle, which returns device handle (HDC).

This property is only available in the VCL version. For CLX use the property Pixmap instead.

See Also

Handle, Pixmap, TCustomBitmap32.PixelPtr, TCustomBitmap32.ScanLine