.. highlightlang:: us .. index:: EdGetModify .. _edgetmodify: EdGetModify =========== .. us.tag EdGetModify ENGLISH EdGet :ref:`EdGetModify` determines if the contents of a editor window has been modified. .. function:: bool = EdGetModify(hEdit) .. us.return **Return Value** *bool* is TRUE (1) if the contents of the editor have been modified. *bool* is FALSE (0) if the contents of the editor have remained unchanged. .. us.params **Parameters** .. uparam:: hEdit Identifies the editor. .. seealso:: :ref:`overview-editors`, :ref:`EdSetModify`, :ref:`EdCreate` :sub:`id-1842927`