IImageList.Delete

Syntax

Delete(Value: Integer);

Parameters

Value is a parameter that determines the index of removed element. The numeration of elements begins with zero.

Description

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

Comments

The method is outdated, use IImageList.Remove.

See also:

IImageList