TcxCustomImageList.CopyImages(TCustomImageList,Integer,Integer) Method
Appends the specified set of images from another image list.
Declaration
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