[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Represents handle types used for Bitmaps.
Source position: graphics.pp line 1199
type TBitmapHandleType = ( |
||
bmDIB, |
|
Device-Independent Bitmap handle. |
bmDDB |
|
Device-Dependent Bitmap handle. |
); |
TBitmapHandleType is an enumerated type with values that represent handle types available for Bitmaps. On Windows platforms, the handle may represent two distinctly different storage mechanisms:
The handle type indicates the storage format and content for the Bitmap.
TBitmapHandleType is the type used to implement the HandleType property in TCustomBitmap and TSharedCustomBitmap.
|
HandleType the type of Bitmap Handle that has been allocated. |
Version 4.0 | Generated 2025-05-03 | Home |