Delete(Value: Integer);
Value - parameter that determines the index of removed element. Numbering of elements starts with zero.
The Delete method deletes an image from the collection of the component, which index is passed by the Value input parameter.
The method is outdated, use IImageList.Remove.
See also: