Docs: LCL/imagelistcache. Adds missing description in TImageListCache.GetImageListFor topic.

This commit is contained in:
dsiders 2022-08-19 02:18:16 +01:00
parent 8cedc4a3a5
commit 8254faadd3

View File

@ -244,9 +244,18 @@ threshold is exceeded.
<short>
Gets a TCustomImageList instance with the specified image size.
</short>
<descr>
<p>
Called from the RegisterBitmap method when the cache item is retrieved for a
registered cached listener.
</p>
</descr>
</element>
<element name="TImageListCache.GetImageListFor.Result">
<short/>
<short>
Image list using the specified image size retrieved from the cache or created
on demand.
</short>
</element>
<element name="TImageListCache.GetImageListFor.AWidth">
<short>Width for the images in the image list.</short>