[Overview][Constants][Types][Classes][Procedures and functions][Index] |
The type of an Image List Handle.
Source position: lcltype.pp line 104
type HIMAGELIST = type TLCLHandle; |
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 4.0 | Generated 2025-05-03 | Home |