This function is used to store a key and its value on the client's PC.
| Parameter |
Description |
Range |
Type |
| key |
The name of the key to store. |
not null or empty string |
string |
| value |
The value of the key to store. |
not null or empty string |
string |
This example contains an icon that when clicked, will store the value "123456" under a key, which is represented by the string "ID".
This example contains a button that when clicked upon will cause a Gadget Window to open, containing a button and two input fields (representing the key that needs to be stored and it's associated value). When the button is clicked upon, the key and its value will be stored on the client's PC.
Note: This Gadget example is represented by the icon in the demo toolbar.
| | |