EdSetSplitΒΆ

EdSetSplit splits the editor window horizontal, vertical or removes the split.

bool = EdSetSplit(hEdit, nType)

Return Value

Is TRUE (1), if the function was successful and otherwise FALSE (0).

Parameters

hEdit

hEdit identifies the editor.

nType

nType is one of the following values:

Wert

Description

0

One Window

1

Split window side-by-side

2

Split window one above the other

History

Version

Description

R2013.1

New.

id-101485