EdGetSplitΒΆ

EdGetSplit checks if the editor is displayed as a splitter window.

nType = EdGetSplit(hEdit)

Return Value

nType is one of the following values:

Wert Beschreibung
0 One Window
1 Split window side-by-side
2 Split window one above the other

Parameters

hEdit

hEdit identifies the editor.

History

Version Description
R2013.1 New.

id-1950894