Name Property (AImageListImage)

Returns or sets the name used to identify the object.

Syntax

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.

Comments

If you expect the Index property to change dynamically, refer to objects in a collection using the Name property.

Example

The following statement inserts a new AImageListImage object before the specified image specified by Name:

imgl.InsertImage(imgli.Name)

Applies to

AImageListImage

See Also

Index, Picture