AppGetActiveEditorΒΆ

AppGetActiveEditor retrieves the handle of the active editor.

handle = AppGetActiveEditor()

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.

id-1777453