Skip to main content

TcxCustomImageList.AddImages(TCustomImageList) Method

Appends all stored images from the specified image list.

Declaration

procedure AddImages(AImages: TCustomImageList);

Parameters

Name Type Description
AImages TCustomImageList

The source image list.

Remarks

Note

To load only specific images from another list, call the AddImage or CopyImages method. To remove images from the list, call the Delete or Clear procedure.

See Also