IImageList.Delete

Syntax

Delete(Value: Integer);

Parameters

Value - parameter that determines the index of removed element. Numbering of elements starts with zero.

Description

The Delete method deletes an image from the collection of the component, which index is passed by the Value input parameter.

Comments

The method is outdated, use IImageList.Remove.

See also:

IImageList