This function is used to delete the value of the stored key on the client's PC.
| Parameter |
Description |
Range |
Type |
| key |
The name of the key to delete |
not null or empty string |
string |
This example contains an icon that when clicked, will attempts to retrieve a key represented by the string "ID". If the key exists, the key, together with its value, will be deleted. This example contains a button that when clicked upon will cause a Gadget Window to open; when opened, the Gadget Window will contain an input field, representing the key that needs to be deleted as well as a relevant button. When the button is clicked upon, the key (if it exists) together with its value, will be deleted.
Note: This Gadget example is represented by the icon in the demo toolbar.
| | |