IGxImageList.Delete

Syntax

Delete(Value: Integer);

Parameters

Value. Parameter that determines index of the deleted element. The numbering of elements starts with zero.

Description

The Delete method deletes the image from the collection by the index that is passed by the Value input parameter.

Comments

The method is outdated, use IGxImageList.Remove.

See also:

IGxImageList