.. highlightlang:: us .. index:: EdSaveModified .. _edsavemodified: EdSaveModified ============== .. us.tag EdSaveModified ENGLISH EdSet :ref:`EdSaveModified` saves the text of the editor if the modification flag is set. .. function:: bool = EdSaveModified(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`, :ref:`EdSetModify`, :ref:`EdSave` :sub:`id-174128`