.. highlightlang:: us .. index:: DocIsModified .. _docismodified: DocIsModified ============= .. us.tag DocIsModified ENGLISH DocGet :ref:`DocIsModified` determines if the contents of a document have been modified. .. function:: bIsModified = DocIsModified(hDoc) .. us.return **Return Value** *bIsModified* is TRUE (1) if the contents of the document have been modified. *bIsModified* is FALSE (0) if the contents of the document have remained unchanged. .. us.params **Parameters** .. uparam:: hDoc Identifies the document. .. seealso:: :ref:`overview-documents`, :ref:`DocCreate`, :ref:`DocSetModifiedFlag` :sub:`id-674100`