TcxCustomImageList.Delete(Integer) Method
In This Article
Removes the specified image from the list.
#Declaration
Delphi
procedure Delete(AIndex: Integer);
#Parameters
Name | Type | Description |
---|---|---|
AIndex | Integer | An index of the target image. |
#Remarks
Pass -1 as a parameter to delete all images as the Clear procedure does.
See Also