.. highlightlang:: us .. index:: AppGetActiveEditor .. _appgetactiveeditor: AppGetActiveEditor ================== .. us.tag AppGetActiveEditor ENGLISH App :ref:`AppGetActiveEditor` retrieves the handle of the active editor. .. function:: handle = AppGetActiveEditor() .. us.return **Return Value** If the function succeeds, the return value is the handle of the active editor. If no editor is active, the return value is 0. .. seealso:: :ref:`overview-application-object`, :ref:`AppGetActiveDocument`, :ref:`AppGetActivePage` :sub:`id-1777453`