TBitmap.HandleType

Applies to TestComplete 15.63, last modified on April 23, 2024

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).

See Also

TBitmap.Handle

Highlight search results