Returns or sets the name used to identify the object.
Object.Name [ = sName ]
The Name property syntax has the following parts:
Name |
Type |
Description |
Object |
AImageListImage |
AImageListImage object |
sName |
BString |
A string specifying the name used to identify the object. |
If you expect the Index property to change dynamically, refer to objects in a collection using the Name property.
The following statement inserts a new AImageListImage object before the specified image specified by Name:
imgl.InsertImage(imgli.Name)