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

Name

Type

Data Type

Description

Key

*Input

PRIM_OBJT

Key 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

  • No labels