Vcl.ImgList.TCustomImageList.GetImageBitmap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetImageBitmap: HBITMAP;

C++

HBITMAP __fastcall GetImageBitmap();

Properties

Type Visibility Source Unit Parent
function public
Vcl.ImgList.pas
Vcl.ImgList.hpp
Vcl.ImgList TCustomImageList

Description

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

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.

See Also