Back to Devexpress

TcxCustomImageList.CopyImages(TCustomImageList,Integer,Integer) Method

vcl-cximagelist-dot-tcxcustomimagelist-dot-copyimages-x28-vcl-dot-imglist-dot-tcustomimagelist-system-dot-integer-system-dot-integer-x29.md

latest1.1 KB
Original Source

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

NameTypeDescription
AImagesTCustomImageList

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

TcxCustomImageList Class

TcxCustomImageList Members

cxImageList Unit