[Overview][Types][Classes][Procedures and functions][Index] |
Adds images from another imagelist to the list.
Source position: imglist.pp line 346
public procedure TCustomImageList.AddImages( |
AValue: TCustomImageList |
); |
AValue |
|
The ImageList containing the images to add. |
Both lists must have the same image Width and Height, else the old images are discarded.
lazarus-ccr.sourceforge.net |