Declaration
property Bitmap: TBitmap;
Description
The currently selected image as a TBitmap object.
Note:
◼If
DisplayMode is mdSingle, the
visible frame is returned
◼This is a Legacy Property. Accessing
Bitmap converts internal image storage to TBitmap, which has poor memory handling. You are better to use
IEBitmap and if needed,
copy the result to a bitmap.
See Also
◼IEBitmap
◼SelectedImage
Compatibility Information
In versions prior to v13.7.0,
Bitmap would return the
selected image even if
DisplayMode was mdSingle. From 13.7.0, the
visible frame is returned when
DisplayMode is mdSingle