Returns the value that indicates whether the bitmap is device-dependent.
Declaration
TBitmapObj.HandleType
| Read-Only Property | String |
| TBitmapObj | A TBitmap object |
Description
The HandleType property returns the type of a bitmap image represented by the given TBitmap object.
Property Value
One of the following string values:
| Value | Description |
|---|---|
“bmDIB” |
The bitmap is device-independent (DIB). |
“bmDDB” |
The bitmap is device-dependent (DDB). |
