[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LCLType' (#lcl)

HIMAGELIST

The type of an Image List Handle.

Declaration

Source position: lcltype.pp line 110

type HIMAGELIST = type THandle;

Description

Image lists are frequently used with controls, whose display items (list entries...) can also show an image. Then every item refers to its image by an index into the shared image list, instead of holding a copy of the image.


Version 3.2 Generated 2024-02-25 Home