Web Local Storage - Item Property

Provides access to a particular item in a collection

Member of Web Local Storage (PRIM_WEB.LocalStorage)

Data Type - PRIM_WEB.LocalStorageItem - Local storage item

Parameters

NameTypeData TypeDescription
Key*InputUnicode StringKey value of the item to be accessed

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 <= #sys_web.LocalStorage.Item<3>

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2