.. highlightlang:: us .. index:: EdDestroy .. _eddestroy: EdDestroy ========= .. us.tag EdDestroy ENGLISH :ref:`EdDestroy` destroys the given editor and frees any memory that the editor occupies. .. function:: bool = EdDestroy(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:`EdSaveModified`, :ref:`EdGetModify` :sub:`id-1286630`