Clear Method (AImageList)

Removes all images from the object.

Syntax

Object.Clear()

The Clear method syntax has the following parts:

 

Name

Type

Description

Object

AImageList

AImageList control

Comments

To remove only one AImageListImage object, use the RemoveImage method.

Example

The following example will remove all images from the object:

imgl1.Clear()

Applies to

AImageList

See Also

InsertImage, MoveImage, Overlay, RemoveImage