DictionaryTree.pasteClipboard

Syntax

pasteClipboard(key: Number);

Parameters

key. Key of the tree item into which you want to paste an item. If this parameter is not defined, the item is pasted to the last selected item.

Description

The pasteClipboard method pastes an item from clipboard.

Example

The example of use is given on the page with description of the DictionaryTree.moveItem method.

See also:

DictionaryTree