TcxCustomImageList.CopyImages(TCustomImageList,Integer,Integer) Method
In This Article
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 | TCustom |
The source image list. |
AStart |
Integer | The first source image index. |
AEnd |
Integer | The last source image index. |
#Remarks
Note
If the AEnd
See Also