ITabImages.Remove

Syntax

Remove(Index: Integer; [CorrectCellPictureIndexes: Boolean = False]);

Parameters

Index. Image index that is to be deleted.

CorrectCellPictureIndexes. Optional parameter indicating the requirement to correct indexes in the properties using images from this collection.

Description

The Remove method removes the image, the index of which is passed as the Index input parameter.

Comments

By default the False value is given for the CorrectCellPictureIndexes parameter value at the same time the index correction is not performed. The values does not change for all the properties with specified image indexes, but indexes corresponds to other images when collection is reduced. If the CorrectCellPictureIndexes parameter is set to True, the values for all the properties to which the image indexes are specified are to be corrected.

See also:

ITabImages