Web Local Storage - Add Method

Add an name|value pair item

Member of Web Local Storage (PRIM_WEB.LocalStorage)

Parameters

NameTypeData TypeDescription
Key*InputUnicode StringKey used to identify the item
Value*InputUnicode StringValue of the item

Details

The Add method creates a new storage item identified by the key specified.
 
Storage access is case sensitive.

Example

Storing a value in LocalStorage
#sys_web.LocalStorage.Add( #Name #Value )

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2