TcxCustomImageList.AddImages(TCustomImageList) Method
In This Article
Appends all stored images from the specified image list.
#Declaration
Delphi
procedure AddImages(AImages: TCustomImageList);
#Parameters
Name | Type | Description |
---|---|---|
AImages | TCustom |
The source image list. |
#Remarks
Note
To load only specific images from another list, call the Add
See Also