[Lazarus] High-DPI TImageList

Juha Manninen juha.manninen62 at gmail.com
Thu Feb 8 20:14:16 CET 2018


On Thu, Feb 8, 2018 at 5:02 PM, lainz via Lazarus
<lazarus at lists.lazarus-ide.org> wrote:
> 1.8
> TCustomImageList = class(TLCLReferenceComponent)
>
> 1.9 is TCustomImageList = class(TLCLComponent), so the method
> ReferenceNeeded is not available.
>
> Questions:
> - *What does ReferenceNeeded, and if it is necessary on 1.9*.

TLCLReferenceComponent has a handle.
I have no idea why an ImageList would need a handle.
I noticed there is now:
  TCustomImageListResolution = class(TLCLReferenceComponent)
Maybe Ondrej can explain why it is there.

Juha


More information about the Lazarus mailing list