Removes all images from the object.
Object.Clear()
The Clear method syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AImageList |
AImageList control |
To remove only one AImageListImage object, use the RemoveImage method.
The following example will remove all images from the object:
imgl1.Clear()