From 8254faadd3c6e605089776394095c86b7aaaac80 Mon Sep 17 00:00:00 2001 From: dsiders Date: Fri, 19 Aug 2022 02:18:16 +0100 Subject: [PATCH] Docs: LCL/imagelistcache. Adds missing description in TImageListCache.GetImageListFor topic. --- docs/xml/lcl/imagelistcache.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/xml/lcl/imagelistcache.xml b/docs/xml/lcl/imagelistcache.xml index 5117adc150..7ba9b4258d 100644 --- a/docs/xml/lcl/imagelistcache.xml +++ b/docs/xml/lcl/imagelistcache.xml @@ -244,9 +244,18 @@ threshold is exceeded. Gets a TCustomImageList instance with the specified image size. + +

+Called from the RegisterBitmap method when the cache item is retrieved for a +registered cached listener. +

+
- + +Image list using the specified image size retrieved from the cache or created +on demand. + Width for the images in the image list.