Keyed Collection - Item Property

Provides access to a particular item in a collection

Member of Keyed Collection (PRIM_KCOL)

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

Parameters

NameTypeData TypeDescription
Key*InputPRIM_OBJTKey used to access the collection item

Details

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

Example

Accessing the an item in the collection via the Item property
#Reference <= #Collection<#Key>

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2