This function is used to retrieve the value of the stored key on the client's PC.
| Parameter |
Description |
Range |
Type |
| key |
The name of the key to retrieve. |
not null or empty string |
string |
This example contains an icon that when clicked, will attempt to retrieve the value associated with the key represented by the string "ID". This example contains a button that when clicked upon will cause a Gadget Window to open. The Gadget Window will contain an input field representing the key that needs to be retrived and a button. When the button is clicked upon, the value associated with the requested key will be retrived (if the key exists).
Note: This Gadget example is represented by the icon in the demo toolbar.
| | |