Mattias Gaertner wrote:

for Delphi compatibility.

TImageList.Add used AddDirect, that means, the bitmap was added to the
imagelist.
The Delphi TImageList adds only the content to the list.
This has been changed. The LCL TImageList now adds copies. You have to free
now your added images or better: Use AddDirect instead.

Mattias
A big thank you. :)

How if I could only understand how to change the transparency map of a bitmap so that I can manipulate the image . . .

Andreas

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to