Files - Item Property

Provides access to a particular item in a collection

Member of Files (PRIM_SOND.Files)

Data Type - PRIM_SOND.File - Sound File

Parameters

NameTypeData TypeDescription
Index*InputIntegerIndex parameter identifies the item in the collection

Details

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

Example

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

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2