.. highlightlang:: us .. index:: EdUndo .. _edundo: EdUndo ====== .. us.tag EdUndo ENGLISH EdSet :ref:`EdUndo` reverses the last editor operation. .. function:: bool = EdUndo(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:`EdCreate` :sub:`id-821336`