Set Collection - Item Property

Provides access to a particular item in a collection

Member of Set Collection (PRIM_SCOL)

Data Type - PRIM_OBJT - Base object, use it as the ancestor of components which are not visualized

Parameters

NameTypeData TypeDescription
Object*InputPRIM_OBJTKey used to access the item

Details

Reference to an item in the collection accesible via the value supplied in the Object parameter.

Example

Accessing the an item in the collection via the Item property
#Reference <= #Collection.Item<#Object>
However, as Item is the default property of the collection, there is no need to specify it on the command.
#Reference <= #Collection<#Object>

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2