.. highlightlang:: us .. index:: EdSetSplit .. _edsetsplit: EdSetSplit ========== .. us.tag EdSetSplit ENGLISH EdSet New5501 :ref:`EdSetSplit` splits the editor window horizontal, vertical or removes the split. .. function:: bool = EdSetSplit(hEdit, nType) .. us.return **Return Value** Is TRUE (1), if the function was successful and otherwise FALSE (0). .. us.params **Parameters** .. uparam:: hEdit *hEdit* identifies the editor. .. uparam:: nType *nType* is one of the following values: .. list-table:: :header-rows: 1 * - Wert - Description * - 0 - One Window * - 1 - Split window side-by-side * - 2 - Split window one above the other .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2013.1 - New. .. seealso:: :ref:`Overview-Editors`, :ref:`EdGetSplit` :sub:`id-101485`