.. highlightlang:: us .. index:: EdCopy .. _edcopy: EdCopy ====== .. us.tag EdCopy ENGLISH EdSet :ref:`EdCopy` copies the current editor selection into the Clipboard. .. function:: bool = EdCopy(hEdit) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hEdit Identifies the editor. .. seealso:: :ref:`overview-editors`, :ref:`EdSetSel`, :ref:`EdCreate` :sub:`id-42518`