pasteFromClipboard

pasteFromClipboard(): Integer;

The pasteFromClipboard method of the JadeTextEdit class pastes the contents of the clipboard into the control at the current caret position and returns 1.

The value of the endOfLineMode property controls the end-of-line conversion that is performed on the inserted text.

The caret is positioned at the end of the inserted text.