JVCL Help:CreateImageListHandle

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Creates a new image list (handle) with the specified pixel format.

run\JvImageList.pas


Pascal

 run\JvImageList.pas
 functionCreateImageListHandle(Width: Integer; Height: Integer; PixelFormat: TPixelFormat; Masked: Boolean; AllocBy: Integer): THandle;


Parameters

Parameters Description
Width: Integer Width of the images to hold
Height: Integer Height of the images to hold
PixelFormat: TPixelFormat color resolution for the internal image
Masked: Boolean If true a masked image list is created
AllocBy: Integer If the list is to small the internal number of images will be increased by this value

run\JvImageList.pas


Description

##VCL only

Returns a new image list handle that must be released by CommCtrl.ImageList_destroy().

run\JvImageList.pas


See Also

TJvImageList.PixelFormat

run\JvImageList.pas


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page