Provides access to a particular item in a collection
Member of Sorted Dictionary Collection (PRIM_SDCO)
Data Type - PRIM_OBJT - Base object, use it as the ancestor of components which are not visualized
Name | Type | Data Type | Description |
---|---|---|---|
Key | *Input | PRIM_OBJT | Key used to access the collection item |
Reference to an item in the collection accesible via the value supplied in the Key parameter.
Accessing the an item in the collection via the Item property
#Reference <= #Collection<#Key>
Febuary 18 V14SP2