DynPictures.Item



Item(vDynPictureID As Variant) As DynPicture

Parameters

vDynPictureID As Variant
Index or name of the "DynPicture" object within the collection.

If the parameter is a numerical value, the picture is searched by its index (>= 0 and <= Count-1).
If it is an alphanumerical value, the picture is searched by its unique name.
ED
avaliable
RT
avaliable

Remarks

Returns the object "DynPicture" from the collection, which is identified by the parameter vID.

The parameter vID can have two values:

Hint:
The returned object should always be checked on Nothing, for the case that no object was found for the search criteria.

See Also

DynPictures, DynPicture