Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomImageList.CopyImages(TCustomImageList,Integer,Integer) Method

Appends the specified set of images from another image list.

#Declaration

Delphi
procedure CopyImages(AImages: TCustomImageList; AStartIndex: Integer = 0; AEndIndex: Integer = -1);

#Parameters

Name Type Description
AImages TCustomImageList

The source image list.

AStartIndex Integer

The first source image index.

AEndIndex Integer

The last source image index.

#Remarks

Note

If the AEndIndex parameter is -1 or exceeds the index of the last image within the source list, the procedure loads all images starting from AStartIndex.

See Also