RemoveImage - cImageList
Removes an image from the imagelist
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| iIndex | Integer | The index of the image to remove |
Syntax
Procedure RemoveImage Integer iIndex
Call Example
Send RemoveImage iIndex
Description
RemoveImage removes an image from the imagelist. The first image in the imagelist has an index of zero, the next has an index of one, and so on.