Back to Devexpress

TcxCustomImageList.AddImages(TCustomImageList) Method

vcl-cximagelist-dot-tcxcustomimagelist-dot-addimages-x28-vcl-dot-imglist-dot-tcustomimagelist-x29.md

latest2.9 KB
Original Source

TcxCustomImageList.AddImages(TCustomImageList) Method

Appends all stored images from the specified image list.

Declaration

delphi
procedure AddImages(AImages: TCustomImageList);

Parameters

NameTypeDescription
AImagesTCustomImageList

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

TcxCustomImageList.Add

TcxCustomImageList.AddBitmap

TcxCustomImageList.AddIcon

TcxCustomImageList.AddMasked

TcxCustomImageList.FileLoad

TcxCustomImageList.GetInstRes

TcxCustomImageList.Insert

TcxCustomImageList.InsertIcon

TcxCustomImageList.InsertMasked

TcxCustomImageList.Replace

TcxCustomImageList.ReplaceIcon

TcxCustomImageList.ReplaceMasked

TcxCustomImageList.ResInstLoad

TcxCustomImageList.ResourceLoad

TcxCustomImageList Class

TcxCustomImageList Members

cxImageList Unit