.. highlightlang:: us .. index:: EdIsReadOnly .. _edisreadonly: EdIsReadOnly ============ .. us.tag EdIsReadOnly EdGet New400 :ref:`EdIsReadOnly` checks if the read-only flag is set. .. function:: bReadOnly = EdIsReadOnly(hEdit) .. us.return **Return Value** *bReadOnly* is TRUE (1) if the read-only flag is set. .. us.params **Parameters** .. uparam:: hEdit Identifies the editor. .. seealso:: :ref:`overview-editors`, :ref:`EdSetReadOnly` :sub:`id-274105`