TcxCustomImageList.AddImage(TCustomImageList,Integer) Method
In This Article
Appends a single specific image from the specified image list.
#Declaration
Delphi
function AddImage(AImages: TCustomImageList; AIndex: Integer): Integer;
#Parameters
Name | Type | Description |
---|---|---|
AImages | TCustom |
The source image list. |
AIndex | Integer | An image index in the source list. |
#Returns
Type | Description |
---|---|
Integer | The new image count in the list. |
#Remarks
Note
To load a continuous set of images from another image list, call the Add
See Also