On Thu, Feb 8, 2018 at 5:02 PM, lainz via Lazarus <[email protected]> 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 -- _______________________________________________ Lazarus mailing list [email protected] https://lists.lazarus-ide.org/listinfo/lazarus
