bdeCloseEditorFile

Closes the editor file.

Syntax

bdeCloseEditorFile(editor)

Inputs

editor
The editor to close.
Type: hwscpTextEditorDialog

Examples

Closes a text editor:

          widget = bdeGetTopLevelWidget();
          textEditorDialog = bdeCreateEditor(widget, true, 1, false, true);
          bdeCloseEditorFile(textEditorDialog);