Related to imagelist
Posted
by user309063
on Stack Overflow
See other posts from Stack Overflow
or by user309063
Published on 2010-04-05T07:18:15Z
Indexed on
2010/04/05
7:23 UTC
Read the original article
Hit count: 445
images
dear sir, I m working in delphi-2010 i have a imaglist,in which i have added some .png images. and i have also picture for showing the picture from imagelist. i want to show the picture on picture box from imagelist.
i wrote the following code,but here addImage(,) takes 2 argument one is Values:TCustomImagelist and another is Index of Image
how i identify the value of customimagelist.
image1.Picture:=imagelist1.AddImage( , );
© Stack Overflow or respective owner