.. highlightlang:: us .. index:: EdEmptyUndoBuffer .. _edemptyundobuffer: EdEmptyUndoBuffer ================= .. us.tag EdEmptyUndoBuffer ENGLISH EdSet :ref:`EdEmptyUndoBuffer` clears the editor undo flag. .. function:: bool = EdEmptyUndoBuffer(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:`EdUndo`, :ref:`EdCanUndo`, :ref:`EdCreate` :sub:`id-2029117`