.. highlightlang:: us .. index:: EdGetSplit .. _edgetsplit: EdGetSplit ========== .. us.tag EdGetSplit NOTREADYENGLISH EdGet New5501 :ref:`EdGetSplit` checks if the editor is displayed as a splitter window. .. function:: nType = EdGetSplit(hEdit) .. us.return **Return Value** *nType* is one of the following values: .. list-table:: :header-rows: 1 * - Wert - Beschreibung * - 0 - One Window * - 1 - Split window side-by-side * - 2 - Split window one above the other .. us.params **Parameters** .. uparam:: hEdit *hEdit* identifies the editor. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2013.1 - New. .. seealso:: :ref:`Overview-Editors`, :ref:`EdSetSplit` :sub:`id-1950894`