In This Topic
Retrieves data, in the specified format, from the Clipboard.
Syntax
var instance = new Vintasoft.Shared.WebObjectClipboardJS();
var value; // Type: object
// Parameters
var format; // Type: string
value = instance.getData(format);
function getData(
: string
) : object;
Parameters
- format
- The format of the data to retrieve.
Return Value
A Clipboard data or null if the Clipboard does not contain any data that is in the specified "format".
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also