.. highlightlang:: us .. index:: EdCanUndo .. _edcanundo: EdCanUndo ========= .. us.tag EdCanUndo ENGLISH EdGet :ref:`EdCanUndo` checks if the last editor operation can be undone. .. function:: bool = EdCanUndo(hEdit) .. us.return **Return Value** *bool* is TRUE (1) if the last editor operation can be undone by a call to the :ref:`EdUndo` member function, and FALSE (0) if it cannot be undone. .. us.params **Parameters** .. uparam:: hEdit Identifies the editor. .. seealso:: :ref:`overview-editors`, :ref:`EdUndo`, :ref:`EdCreate` :sub:`id-840537`