EdPasteΒΆ

EdPaste inserts the data from the clipboard into the editor at the current cursor position.

bool = EdPaste(hEdit)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

hEdit

Identifies the editor.

Comment

Data is inserted only if the Clipboard contains data in text format.

id-1807141