JVCL Help:CreateImageListHandle
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: CreateImageListHandle function
[+] JvImageList.pas Functions
Search in JVCL Help
Search in all projectsSummary
Creates a new image list (handle) with the specified pixel format.
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 |
Description
##VCL only
Returns a new image list handle that must be released by CommCtrl.ImageList_destroy().
See Also
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