RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.TBitmapHandleType Enumeration

TBitmapHandleType indicates the format used to store the in-memory image of a bitmap.

Pascal
TBitmapHandleType = (
  bmDIB,
  bmDDB
);
C++
enum TBitmapHandleType {
  bmDIB,
  bmDDB
};

Graphics

TBitmapHandleType can be any of the following values:

Value 
Description 
bmDIB  
device-independent bitmap (DIB)  
bmDDB  
device-dependent bitmap (DDB)  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!