paste

fun paste(): Boolean

Pastes from the system clipboard: reads the clipboard and, when the bound component's clipboard modifier's canImport accepts the flavors, imports the contents through that modifier's onPaste. Returns whether the import succeeded; returns false while the handle is unbound, or while no clipboard is reachable or its contents cannot be read.

See also