TcxCustomImageList.Delete(Integer) Method
Removes the specified image from the list.
Declaration
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