RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomImageList.GetImageBitmap Method

Returns a handle to a bitmap containing all of the images in the image list.

Pascal
function GetImageBitmap: HBITMAP;
C++
__fastcall HBITMAP GetImageBitmap();

Use the GetImageBitmap method to obtain a Windows handle for the bitmap that contains all images in the image list. GetImageBitmap returns 0 if unsuccessful. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!