Returns or sets the image Picture.
Object.Picture [ = picPicture ]
The Picture property syntax has the following parts:
Name |
Type |
Description |
Object |
AImageListImage |
AImageListImage object |
picPicture |
APicture object |
The following statement sets the AImageListImage picture:
imgli1.Picture=LoadPicture ("c:\dirname\filename.bmp")