bdeCloseEditorFile
Closes the editor file.
Syntax
bdeCloseEditorFile(editor)
Inputs
- editor
 - The editor to close.
 
Examples
          widget = bdeGetTopLevelWidget();
          textEditorDialog = bdeCreateEditor(widget, true, 1, false, true);
          bdeCloseEditorFile(textEditorDialog);