mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-15 11:39:27 +02:00
Docs: LCL/imagelistcache. Adds missing description in TImageListCache.GetImageListFor topic.
This commit is contained in:
parent
8cedc4a3a5
commit
8254faadd3
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user