Conduit API
Case Study
HTML Apps -> DeleteGlobalKey
 
This function is used to delete the value of the stored key on the client's PC.
 
DeleteGlobalKey(key)
 
Parameter Description Range Type
key The name of the key to delete not null or empty string string
 
None.
 
This function can be used both with the HTML component and with the gadget window.
Global key values can be stored and shared cross-domain amongst all HTML components and Gadgets within a given toolbar and its group members.
*Notice: API methods must be invoked after the web page has triggered the "onload" event.