You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Files Collection - Item Property
Provides access to a particular item in a collection
Member of Files Collection (PRIM_WEB.Files)
Data Type - PRIM_WEB.File - File object selected using the file picker etc.

Parameters

Name

Type

Data Type

Description

Key

*Input

Unicode String

Key used to access the collection item

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 <= #Collection.Item<3>
However, as Item is the default property of the collection, there is no need to specify it on the command.
#Reference <= #Collection<3>

See also

All Component Classes
Technical Reference

  • No labels